From d6e5c6d8c489063df5aca8998903e11afee8439d Mon Sep 17 00:00:00 2001 From: Rajesh Amaravathi Date: Mon, 3 Jun 2013 16:44:21 +0530 Subject: nfs: option to disable acl 1. Option to disable or enable acl with nfs.acl boolean option. 2. Deregister the acl service with the portmapper service when no longer required. Change-Id: I6562b6b40138d040aa2bf1e5641f4c0e0e9f9d09 BUG: 970070 Signed-off-by: Rajesh Amaravathi Reviewed-on: http://review.gluster.org/5136 Reviewed-by: Rajesh Joseph Tested-by: Gluster Build System Reviewed-by: Anand Avati --- tests/bugs/bug-970070.t | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 tests/bugs/bug-970070.t (limited to 'tests') diff --git a/tests/bugs/bug-970070.t b/tests/bugs/bug-970070.t new file mode 100755 index 00000000..da28b1ed --- /dev/null +++ b/tests/bugs/bug-970070.t @@ -0,0 +1,14 @@ +#!/bin/bash +# TEST the nfs.acl option +. $(dirname $0)/../include.rc + +cleanup +TEST glusterd +TEST pidof glusterd + +TEST $CLI volume create $V0 $H0:$B0/$V0 +TEST $CLI volume start $V0 +sleep 5 +TEST $CLI volume set $V0 nfs.acl off +TEST $CLI volume set $V0 nfs.acl on +cleanup -- cgit