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 <mmadhusu@redhat.com>
Reviewed-on: http://review.gluster.org/10769
Reviewed-by: jiffin tony Thottan <jthottan@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
Meghana Madhusudhan 2015-05-13 04:49:15 +05:30 committed by Kaleb KEITHLEY
parent 2b92a5c5ef
commit 5e61673d6e

View File

@ -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" ;'