Displaying 1 result from an estimated 1 matches for "gnfs01".
Did you mean:
nfs01
2018 Mar 06
0
NFS-Ganesha, Gluster and file creation
...if anyone can help.
I'm having issue with file creation over NFS, I have a gluster volume "vol1" presented via Ganesha with the following config:EXPORT{? ? ? ? Export_Id = 20;? ? ? ? Path = "/vol1";? ? ? ? FSAL {? ? ? ? ? ? ? ? name = GLUSTER;? ? ? ? ? ? ? ? hostname = "gnfs01";? ? ? ? ? ? ? ? volume = vol1;? ? ? ? }? ? ? ? Access_type = RW;? ? ? ? Disable_ACL = TRUE;? ? ? ? Squash = no_root_squash;? ? ? ? Pseudo = "/vol1";? ? ? ? Protocols = "4";? ? ? ? Transports = "UDP", "TCP";? ? ? ? SecType = "sys";}
I can mount...