Unverified Commit 9c2bb5a1 authored by Kostas Angelo's avatar Kostas Angelo Committed by GitHub

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 #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged): none Special notes for your reviewer: none Release note: none
parent 5c8ef7eb
...@@ -47,7 +47,7 @@ function start() ...@@ -47,7 +47,7 @@ function start()
/usr/sbin/rpcbind -w /usr/sbin/rpcbind -w
fi fi
mount -t nfsd nfds /proc/fs/nfsd mount -t nfsd nfsd /proc/fs/nfsd
# -V 3: enable NFSv3 # -V 3: enable NFSv3
/usr/sbin/rpc.mountd -N 2 -V 3 /usr/sbin/rpc.mountd -N 2 -V 3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment