[Bugs] [Bug 1467057] NFS-Ganesha doesn' t work on Gluster bricks with name that ends with "w0"

bugzilla at redhat.com bugzilla at redhat.com
Mon Jul 3 11:37:11 UTC 2017


https://bugzilla.redhat.com/show_bug.cgi?id=1467057

Kaleb KEITHLEY <kkeithle at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |Triaged
                 CC|                            |kkeithle at redhat.com



--- Comment #2 from Kaleb KEITHLEY <kkeithle at redhat.com> ---
please attach the /etc/ganesha/ganesha.conf file.

You have to configure an EXPORT block in the ganesha.conf file. Ganesha doesn't
do anything with gluster bricks. The EXPORT block tells the FSAL_GLUSTER which
gluster volume to export.

E.g.:
  gluster volume create mynfsvol $host:/$path-to-brick
  gluster volume start mynfsvol

then /etc/ganesha/ganesha.conf has an export block for the gluster volume:

...
      FSAL {
        Name = GLUSTER;
        Hostname = localhost;
        Volume = mynfsvol;
    }
...

Then start nfs-ganesha

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list