summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyril Peponnet <cyril@peponnet.fr>2014-11-21 13:44:27 -0800
committerCyril Peponnet <cyril@peponnet.fr>2014-11-21 13:44:27 -0800
commitfe0bd69fe51834debb1033ed72c095744437da50 (patch)
treeb69482bb758f9959cf35cf9e3f35ef30c44b1cbf
parent9c7190bffb6c6455dfe3751b6fac055ce59ca962 (diff)
downloadpuppet-gluster-fe0bd69fe51834debb1033ed72c095744437da50.tar.gz
puppet-gluster-fe0bd69fe51834debb1033ed72c095744437da50.tar.xz
puppet-gluster-fe0bd69fe51834debb1033ed72c095744437da50.zip
Added nfs.mount-rmtab feature property to volume
Feature: Persistent caching of connected NFS-clients Source: http://review.gluster.org/#/c/4430/ Note: this property will apply for all your gluster node.
-rw-r--r--manifests/volume/property/data.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/volume/property/data.pp b/manifests/volume/property/data.pp
index 99c29c7..f6a7c2a 100644
--- a/manifests/volume/property/data.pp
+++ b/manifests/volume/property/data.pp
@@ -186,6 +186,9 @@ class gluster::volume::property::data() {
# set the option to 'on' to enable mountd on UDP. Required for some Solaris and AIX NFS clients. The need for enabling this option often depends on the usage of NLM.
'nfs.mount-udp' => 'offon', # default: (off)
+ # Use this option to change the the path for persistent caching of connected NFS-clients. For better perfomance this path should point to SHM
+ 'nfs.mount-rmtab' => 'string', # default /var/lib/glusterd/nfs/rmtab
+
# This option, if set to 'off', disables NLM server by not registering the service with the portmapper. Set it to 'on' to re-enable it. Default value: 'on'
'nfs.nlm' => 'onoff', # default: (on)