1GANESHA-PROXY-V3-CONFIG(8) NFS-Ganesha GANESHA-PROXY-V3-CONFIG(8)
2
3
4
6 ganesha-proxy-v3-config - NFSv3 Ganesha Proxy Configuration File
7
9 /etc/ganesha/ganesha.conf
10
11
13 NFS-Ganesha install the following config file for Proxy FSAL: |
14 /etc/ganesha/ganesha.conf
15
16 This file lists Proxy specific config options.
17
18 EXPORT { FSAL {} }
19 Name(string, "proxy_v3")
20 Name of FSAL should always be proxy_v3.
21
22 Srv_Addr(ipv4_addr default "127.0.0.1")
23
24 FSAL_MAXIOSIZE(default 64 MB)
25
26 PROXY_V3 {}
27 FSAL_MAXIOSIZE(default 64 MB)
28
29 maxread(uint64, default 1 MB)
30 range 1024 to FSAL_MAXIOSIZE
31
32 Note that this value will get clamped to the backend's FSINFO
33 response.
34
35 maxwrite(uint64, default 1 MB)
36 range 1024 to FSAL_MAXIOSIZE
37
38 Note that this value will get clamped to the backend's FSINFO
39 response.
40
41 num_sockets(uint32, default 32)
42 range 1 to 1000
43
44 Note that these sockets must be privileged ports, which may be
45 limited on a given system. It is unlikely that 1000 privileged
46 ports are available.
47
48 allow_lookup_optimization(bool, default true)
49 Set this to false to disable lookup optimization for current
50 working directory and current working directory parent from the
51 cache
52
54 ganesha-log-config(8) ganesha-core-config(8) ganesha-export-config(8)
55
56
57
58
59 Jan 20, 2023 GANESHA-PROXY-V3-CONFIG(8)