ganesha-gluster-config - Man Page
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)
Referenced By
Oct 21, 2024 NFS-Ganesha