summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-970070.t
blob: da28b1ed7ba3edf7099e04ce53b3d08e9066cd25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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