table of contents
- bookworm 4.3-2
- bookworm-backports 5.9-5~bpo12+1
- testing 5.9-5
- unstable 6.5-3
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)
September 25, 2024 |