ganesha-vfs-config - Man Page
NFS Ganesha VFS Configuration File
Synopsis
/etc/ganesha/vfs.conf
Description
NFS-Ganesha installs the config example for VFS FSAL: | /etc/ganesha/vfs.conf
This file lists VFS specific config options.
Export { Fsal {} }
- Name(string, "vfs")
Name of FSAL should always be vfs.
pnfs(bool, default false)
- fsid_type(enum)
Possible values: None, One64, Major64, Two64, uuid, Two32, Dev,Device
VFS {}
link_support(bool, default true)
symlink_support(bool, default true)
cansettime(bool, default true)
maxread(uint64, range 512 to 64*1024*1024, default 64*1024*1024)
maxwrite(uint64, range 512 to 64*1024*1024, default 64*1024*1024)
umask(mode, range 0 to 0777, default 0)
auth_xdev_export(bool, default false)
only_one_user(bool, default false)
See Also
ganesha-log-config(8) ganesha-core-config(8) ganesha-export-config(8)
Referenced By
ganesha-config(8), ganesha-export-config(8).
Oct 21, 2024 NFS-Ganesha