ganesha-proxy-v3-config - Man Page
NFSv3 Ganesha Proxy Configuration File
Synopsis
/etc/ganesha/ganesha.conf
Description
NFS-Ganesha install the following config file for Proxy FSAL: | /etc/ganesha/ganesha.conf
This file lists Proxy specific config options.
Export { Fsal {} }
- Name(string, "proxy_v3")
Name of FSAL should always be proxy_v3.
Srv_Addr(ipv4_addr default "127.0.0.1")
FSAL_MAXIOSIZE(default 64 MB)
Proxy_v3 {}
FSAL_MAXIOSIZE(default 64 MB)
- maxread(uint64, default 1 MB)
range 1024 to FSAL_MAXIOSIZE
Note that this value will get clamped to the backend's FSINFO response.
- maxwrite(uint64, default 1 MB)
range 1024 to FSAL_MAXIOSIZE
Note that this value will get clamped to the backend's FSINFO response.
- num_sockets(uint32, default 32)
range 1 to 1000
Note that these sockets must be privileged ports, which may be limited on a given system. It is unlikely that 1000 privileged ports are available.
- allow_lookup_optimization(bool, default true)
Set this to false to disable lookup optimization for current working directory and current working directory parent from the cache
See Also
ganesha-log-config(8) ganesha-core-config(8) ganesha-export-config(8)