summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyril Peponnet <cyril@peponnet.fr>2015-02-03 10:18:32 -0800
committerJames Shubin <james@shubin.ca>2015-02-04 07:20:02 -0500
commit25898caf81483fa8ea276cb1e2b9b6e08dd03821 (patch)
treef11956b5e020410c0a2d5eda94193d3a2e1c4e58
parentb49358142ae9f2ad55a177491e4306039b79e379 (diff)
downloadpuppet-gluster-25898caf81483fa8ea276cb1e2b9b6e08dd03821.tar.gz
puppet-gluster-25898caf81483fa8ea276cb1e2b9b6e08dd03821.tar.xz
puppet-gluster-25898caf81483fa8ea276cb1e2b9b6e08dd03821.zip
Added nfs.acl volume parameter to enable/disable acl over NFS
-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 b6f303e..eaf7df2 100644
--- a/manifests/volume/property/data.pp
+++ b/manifests/volume/property/data.pp
@@ -159,6 +159,9 @@ class gluster::volume::property::data() {
# Specifies the window size for tcp socket.
'network.tcp-window-size' => 'integer', # default: (null)
+ # This option is used to enable or disable ACL over NFS
+ 'nfs.acl' => 'onoff', # default: on
+
# Users have the option of turning on name lookup for incoming client connections using this option. Use this option to turn on name lookups during address-based authentication. Turning this on will enable you to use hostnames in rpc-auth.addr.* filters. In some setups, the name server can take too long to reply to DNS queries resulting in timeouts of mount requests. By default, name lookup is off
'nfs.addr-namelookup' => 'offon', # default: (off)