From 5e61673d6ebedaf5f9a4c9d1cb64f9df8e11db91 Mon Sep 17 00:00:00 2001 From: Meghana Madhusudhan Date: Wed, 13 May 2015 04:49:15 +0530 Subject: [PATCH] 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. Change-Id: If3fe0f237344c594a43ad6fc5d351bd391ae5256 BUG: 1221131 Signed-off-by: Meghana M Reviewed-on: http://review.gluster.org/10769 Reviewed-by: jiffin tony Thottan Tested-by: Gluster Build System Reviewed-by: Kaleb KEITHLEY --- extras/ganesha/scripts/create-export-ganesha.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/ganesha/scripts/create-export-ganesha.sh b/extras/ganesha/scripts/create-export-ganesha.sh index 48c0ea5c1..9762c0d11 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" ;'