diff --git a/test/images/volume/nfs/VERSION b/test/images/volume/nfs/VERSION index c239c60cba2..dc1e644a101 100644 --- a/test/images/volume/nfs/VERSION +++ b/test/images/volume/nfs/VERSION @@ -1 +1 @@ -1.5 +1.6.0 diff --git a/test/images/volume/nfs/run_nfs.sh b/test/images/volume/nfs/run_nfs.sh index 9adf839162e..1570dba6fee 100755 --- a/test/images/volume/nfs/run_nfs.sh +++ b/test/images/volume/nfs/run_nfs.sh @@ -51,11 +51,11 @@ function start() mount -t nfsd nfsd /proc/fs/nfsd # -V 3: enable NFSv3 - /usr/sbin/rpc.mountd -N 2 -V 3 + /usr/sbin/rpc.mountd -V 3 /usr/sbin/exportfs -r # -G 10 to reduce grace time to 10 seconds (the lowest allowed) - /usr/sbin/rpc.nfsd -G 10 -N 2 -V 3 + /usr/sbin/rpc.nfsd -G 10 -V 3 /usr/sbin/rpc.statd --no-notify echo "NFS started" }