summaryrefslogtreecommitdiffstats
path: root/ansible/node/roles/nas/templates/nfs_sysconfig.j2
blob: 5069c2460f54ec8d42a236f500859f79094c7974 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
NFS_HOSTNAME="{{ cluster }}"

STATD_PORT=61001
STATD_OUTGOING_PORT=61002
MOUNTD_PORT=61003
RQUOTAD_PORT=61004
LOCKD_UDPPORT=61005
LOCKD_TCPPORT=61005

STATDARG="-n ${NFS_HOSTNAME}"
STATD_HA_CALLOUT="/etc/ctdb/statd-callout"

RPCNFSDARGS="-N 4"
RPCNFSDCOUNT=8