diff options
author | Rajesh Amaravathi <rajesh@redhat.com> | 2013-06-03 16:44:21 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-06-15 22:32:18 -0700 |
commit | d6e5c6d8c489063df5aca8998903e11afee8439d (patch) | |
tree | 313f497949e456ef809c4c3e37d40cd3ba8c0c67 /tests/bugs/bug-970070.t | |
parent | f857def7631f660b3e6574c58debdd4d37731f4f (diff) |
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 <rajesh@redhat.com>
Reviewed-on: http://review.gluster.org/5136
Reviewed-by: Rajesh Joseph <rjoseph@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'tests/bugs/bug-970070.t')
-rwxr-xr-x | tests/bugs/bug-970070.t | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/bugs/bug-970070.t b/tests/bugs/bug-970070.t new file mode 100755 index 00000000000..da28b1ed7ba --- /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 |