cellinfo
/
ansible.nfs
Archived
2
0
Fork 0

Fix statd ports.

This commit is contained in:
Jeremy Gardais 2017-07-20 16:29:23 +02:00
parent 1524482417
commit 501bd47a6e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ NEED_STATD=
# when you have a port-based firewall. To use a fixed port, set this
# this variable to a statd argument like: "--port 4000 --outgoing-port 4001".
# For more information, see rpc.statd(8) or http://wiki.debian.org/SecuringNFS
STATDOPTS=
STATDOPTS="--port {{ nfs_rpc_statd_bc }} --outgoing-port {{ nfs_rpc_statd }}"
# Do you want to start the idmapd daemon? It is only needed for NFSv4.
NEED_IDMAPD=