mirror of https://github.com/k3s-io/k3s
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: nonepull/58/head
parent
5c8ef7eb3b
commit
9c2bb5a14a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue