1GANESHA-GLUSTER-CONFIG(8) NFS-Ganesha GANESHA-GLUSTER-CONFIG(8)
2
3
4
6 ganesha-gluster-config - NFS Ganesha Gluster Configuration File
7
9 /etc/ganesha/gluster.conf
10
11
13 NFS-Ganesha installs the following sample config file for Gluster FSAL:
14 | /etc/ganesha/gluster.conf
15
16 This file lists Gluster specific config options.
17
18 EXPORT { FSAL {} }
19 Name(string, GLUSTER )
20 Name of FSAL should always be GLUSTER.
21
22 volume(string, no default, required)
23
24 hostname(string, no default, required)
25
26 volpath(path, default "/")
27
28 glfs_log(path, default "/var/log/ganesha/ganesha-gfapi.log")
29
30 up_poll_usec(uint64, range 1 to 60*1000*1000, default 10)
31
32 enable_upcall(bool, default true)
33
34 transport(enum, values [tcp, rdma], default tcp)
35
36 GLUSTER {}
37 PNFS_MDS(bool, default FALSE)
38 Set this parameter to true to select this node as MDS
39
41 ganesha-log-config(8) ganesha-core-config(8) ganesha-export-config(8)
42
43
44
45
46 Mar 23, 2020 GANESHA-GLUSTER-CONFIG(8)