1GANESHA-VFS-CONFIG(8) NFS-Ganesha GANESHA-VFS-CONFIG(8)
2
3
4
6 ganesha-vfs-config - NFS Ganesha VFS Configuration File
7
9 /etc/ganesha/vfs.conf
10
11
13 NFS-Ganesha installs the config example for VFS FSAL: | /etc/gane‐
14 sha/vfs.conf
15
16 This file lists VFS specific config options.
17
18 EXPORT { FSAL {} }
19 Name(string, vfs )
20 Name of FSAL should always be vfs.
21
22 pnfs(bool, default false)
23
24 fsid_type(enum)
25 Possible values: None, One64, Major64, Two64, uuid, Two32,
26 Dev,Device
27
28 VFS {}
29 link_support(bool, default true)
30
31 symlink_support(bool, default true)
32
33 cansettime(bool, default true)
34
35 maxread(uint64, range 512 to 64*1024*1024, default 64*1024*1024)
36
37 maxwrite(uint64, range 512 to 64*1024*1024, default 64*1024*1024)
38
39 umask(mode, range 0 to 0777, default 0)
40
41 auth_xdev_export(bool, default false)
42
43 only_one_user(bool, default fasle)
44
46 ganesha-log-config(8) ganesha-core-config(8) ganesha-export-config(8)
47
48
49
50
51 Jun 05, 2019 GANESHA-VFS-CONFIG(8)