ganesha-proxy-v3-config(8)

GANESHA-PROXY-V3-CONFIG(8) NFS-Ganesha GANESHA-PROXY-V3-CONFIG(8)

NAME

ganesha-proxy-v3-config - 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)

February 26, 2024