From 25898caf81483fa8ea276cb1e2b9b6e08dd03821 Mon Sep 17 00:00:00 2001 From: Cyril Peponnet Date: Tue, 3 Feb 2015 10:18:32 -0800 Subject: Added nfs.acl volume parameter to enable/disable acl over NFS --- manifests/volume/property/data.pp | 3 +++ 1 file changed, 3 insertions(+) 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) -- cgit