Merge pull request #68401 from konstantinos-angelo/patch-1

Fix small typo - "nfds"
This commit is contained in:
k8s-ci-robot 2018-09-25 11:04:12 -07:00 committed by GitHub
commit 57cd1725ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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