NFS: Difference between revisions

Line 6: Line 6:


==NFSv4-only==
==NFSv4-only==
So long as you're only running NFSv4, you don't need rpc-statd. Edit <tt>/etc/nfs.conf</tt>, and add <tt>vers3=n</tt> under the <tt>[nfsd]</tt> section. You can now disable the <tt>rpc-statd-notify</tt> and <tt>rpc-statd</tt> services.
So long as you're only running NFSv4, you don't need <tt>rpc-statd</tt> nor <tt>rpcbind</tt>. Edit <tt>/etc/nfs.conf</tt>, and add <tt>vers3=n</tt> under the <tt>[nfsd]</tt> section. You can now disable the <tt>rpc-statd-notify</tt>, <tt>rpc-statd</tt>, and <tt>rpcbind</tt> services.


==Sideband protocols==
==Sideband protocols==