gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gluster-devel] glusterfs-nfs process


From: Niels de Vos
Subject: Re: [Gluster-devel] glusterfs-nfs process
Date: Wed, 12 Feb 2014 09:22:55 +0100
User-agent: Mutt/1.5.20 (2009-12-10)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]