From 9c2bb5a14a14593910ca610e45e5be99c9c5ddbc Mon Sep 17 00:00:00 2001 From: Kostas Angelo Date: Fri, 7 Sep 2018 11:00:48 +0200 Subject: [PATCH] Fix small typo - "nfds" What this PR does / why we need it: Simple code and typo fixed in nfs tests. The tests in nfs are useful as an example of how to configure a NFS server and this typo was hurting code comprehension. Which issue(s) this PR fixes (optional, in fixes #(, fixes #, ...) format, will close the issue(s) when PR gets merged): none Special notes for your reviewer: none Release note: none --- test/images/volume/nfs/run_nfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/images/volume/nfs/run_nfs.sh b/test/images/volume/nfs/run_nfs.sh index 6577e6da6a..07100645e2 100755 --- a/test/images/volume/nfs/run_nfs.sh +++ b/test/images/volume/nfs/run_nfs.sh @@ -47,7 +47,7 @@ function start() /usr/sbin/rpcbind -w fi - mount -t nfsd nfds /proc/fs/nfsd + mount -t nfsd nfsd /proc/fs/nfsd # -V 3: enable NFSv3 /usr/sbin/rpc.mountd -N 2 -V 3