Skip to content

Commit

Permalink
update-nfs-utils: Disable nfs version 3
Browse files Browse the repository at this point in the history
We use nfs version 4 only. Disable unused version 3, to make things
simpler.
  • Loading branch information
donald committed Jan 16, 2019
1 parent 6a64d18 commit ce9e4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-nfs-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ After=statd.service local-fs.target proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mo
ExecStartPre=/bin/mkdir -p /var/lib/nfs/v4recovery
ExecStartPre=/usr/sbin/exportfs -ra
ExecStart=/usr/sbin/rpc.mountd --foreground --manage-gids
ExecStartPost=/usr/sbin/rpc.nfsd 64 ; /usr/sbin/sm-notify
ExecStartPost=/usr/sbin/rpc.nfsd -N 3 64 ; /usr/sbin/sm-notify
ExecReload=/usr/sbin/exportfs -ra
ExecStopPost=/usr/sbin/rpc.nfsd 0 ; /usr/sbin/exportfs -ua
Restart=always
Expand Down

0 comments on commit ce9e4c7

Please sign in to comment.