From 9f540b5ef116398d221bca8c180b6954acdd308b Mon Sep 17 00:00:00 2001 From: Meghana Madhusudhan Date: Wed, 13 May 2015 04:49:15 +0530 Subject: 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 Reviewed-on: http://review.gluster.org/10779 Reviewed-by: jiffin tony Thottan Tested-by: Gluster Build System Reviewed-by: Kaleb KEITHLEY Reviewed-by: Niels de Vos --- extras/ganesha/scripts/create-export-ganesha.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'extras/ganesha/scripts') 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" ;' -- cgit