Blob Blame History Raw
#!/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
TEST $CLI volume set $V0 nfs.acl off
TEST $CLI volume set $V0 nfs.acl on
cleanup