Skip to content

Commit 4aac838

Browse files
authored
Merge pull request #4295 from hellohellenmao/3639
virtio_fs_*: change the nfs export dir
2 parents 5a27f16 + a9d490f commit 4aac838

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

qemu/tests/cfg/virtio_fs_group_permission_access.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@
5858
setup_local_nfs = yes
5959
nfs_mount_options = rw
6060
export_options = 'rw,insecure,no_root_squash,async'
61-
export_dir = /nfs/${fs_target}
62-
nfs_mount_src = /nfs/${fs_target}
61+
export_dir = /home/nfs/${fs_target}
62+
nfs_mount_src = ${export_dir}

qemu/tests/cfg/virtio_fs_supp_group_transfer.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
setup_local_nfs = yes
4747
nfs_mount_options = rw
4848
export_options = 'rw,insecure,no_root_squash,async'
49-
export_dir = /nfs/${fs_target}
50-
nfs_mount_src = /nfs/${fs_target}
49+
export_dir = /home/nfs/${fs_target}
50+
nfs_mount_src = ${export_dir}
5151
fs_source_dir = /tmp/virtio_fs_test/

0 commit comments

Comments
 (0)