[Gluster-devel] glusterfs-nfs process

Niels de Vos ndevos at redhat.com
Wed Feb 12 08:22:55 UTC 2014


On Wed, Feb 12, 2014 at 10:50:56AM +0800, 刘新国 wrote:
> hello,
> 
> At the service side , there is always a gluster-nfs process , what 
> dose the glusterfs-nfs process used for ? And if I use the glusterfs 
> native client , does it mean that the glusterfs-nfs process is not 
> useful at all ? 

That is correct. You can disable the glusterfs/nfs process with this 
volume option:

    Option: nfs.disable
    Description: This option is used to start or stop NFS server for 
    individual volume.

You will need to set this option for each volume that you have.  
Something like this would do:

    for VOLUME in $(gluster volume list)
    do
	gluster volume set $VOLUME nfs.disable true
    done

HTH,
Niels




More information about the Gluster-devel mailing list