table of contents
- trixie 6.5-5
- trixie-backports 6.5-6~bpo13+1
- testing 6.5-6
- unstable 6.5-6
| GANESHA-GLUSTER-CONFIG(8) | NFS-Ganesha | GANESHA-GLUSTER-CONFIG(8) |
NAME¶
ganesha-gluster-config - NFS Ganesha Gluster Configuration File
SYNOPSIS¶
/etc/ganesha/gluster.conf
DESCRIPTION¶
NFS-Ganesha installs the following sample config file for Gluster FSAL: | /etc/ganesha/gluster.conf
This file lists Gluster specific config options.
EXPORT { FSAL {} }¶
- Name(string, "GLUSTER")
- Name of FSAL should always be GLUSTER.
volume(string, no default, required)
hostname(string, no default, required)
volpath(path, default "/")
glfs_log(path, default "/var/log/ganesha/ganesha-gfapi.log")
up_poll_usec(uint64, range 1 to 60*1000*1000, default 10)
enable_upcall(bool, default true)
transport(enum, values [tcp, rdma], default tcp)
sec_label_xattr(char, default "security.selinux xattr of the file")
GLUSTER {}¶
- PNFS_MDS(bool, default FALSE)
- Set this parameter to true to select this node as MDS
SEE ALSO¶
ganesha-log-config <>(8) ganesha-core-config <>(8) ganesha-export-config <>(8)
| October 29, 2025 |