table of contents
- bookworm 4.3-2
- bookworm-backports 5.9-5~bpo12+1
- testing 5.9-5
- unstable 6.5-2
- experimental 6.5-1
GANESHA-9P-CONFIG(8) | NFS-Ganesha | GANESHA-9P-CONFIG(8) |
NAME¶
ganesha-9p-config - NFS Ganesha 9p Configuration File
SYNOPSIS¶
/etc/ganesha/ganesha.conf
DESCRIPTION¶
NFS-Ganesha obtains configuration data from the configuration file:
This file lists 9p specific config options.
_9P {}¶
- Nb_Worker(uint32, range 1 to 1024*128, default 256)
- Number of worker threads.
_9P_TCP_Port(uint16, range 1 to UINT16_MAX, default 564)
_9P_RDMA_Port(uint16, range 1 to UINT16_MAX, default 5640)
_9P_TCP_Msize(uint32, range 1024 to UINT32_MAX, default 65536)
_9P_RDMA_Msize(uint32, range 1024 to UINT32_MAX, default 1048576)
_9P_RDMA_Backlog(uint16, range 1 to UINT16_MAX, default 10)
_9P_RDMA_Inpool_size(uint16, range 1 to UINT16_MAX, default 64)
_9P_RDMA_Outpool_Size(uint16, range 1 to UINT16_MAX, default 32)
SEE ALSO¶
ganesha-config(8) ganesha-log-config(8) ganesha-core-config(8) ganesha-export-config(8)
January 26, 2025 |