diff options
author | Meghana Madhusudhan <mmadhusu@redhat.com> | 2015-05-13 04:49:15 +0530 |
---|---|---|
committer | Kaleb KEITHLEY <kkeithle@redhat.com> | 2015-05-31 15:16:54 -0700 |
commit | 9f540b5ef116398d221bca8c180b6954acdd308b (patch) | |
tree | ff7c720b065fda1989813eb84f9892cb409fd240 /extras | |
parent | a2ef223f3891a58177f24207d71baa0580fccb16 (diff) |
NFS-Ganesha : Disable ACL by default
ACLs need to be disabled by default.
To enable ACLs, the user has to change the
export file manually, set Disable_ACL=False
and run ganesha-ha.sh --refresh-config.
Changing the default export file to
accommodate these changes.
This is a backport of the fix that
is merged on the master,
http://review.gluster.org/#/c/10769/
Change-Id: I6c27e9cf829298a05a12e623dea43c0c1216a97d
BUG: 1221507
Signed-off-by: Meghana M <mmadhusu@redhat.com>
Reviewed-on: http://review.gluster.org/10779
Reviewed-by: jiffin tony Thottan <jthottan@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'extras')
-rwxr-xr-x | extras/ganesha/scripts/create-export-ganesha.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/ganesha/scripts/create-export-ganesha.sh b/extras/ganesha/scripts/create-export-ganesha.sh index 48c0ea5c16c..9762c0d110d 100755 --- a/extras/ganesha/scripts/create-export-ganesha.sh +++ b/extras/ganesha/scripts/create-export-ganesha.sh @@ -44,6 +44,7 @@ echo " hostname=\"localhost\";" echo " volume=\"$VOL\";" echo " }" echo " Access_type = RW;" +echo " Disable_ACL = true;" echo ' Squash="No_root_squash";' echo " Pseudo=\"/$VOL\";" echo ' Protocols = "3", "4" ;' |