summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-860297.t
blob: 2a3ca7a7a6c9aa85c464a154f9b7505c80f394ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
. $(dirname $0)/../include.rc
cleanup;

TEST glusterd
TEST pidof glusterd
TEST $CLI volume info
TEST $CLI volume create $V0 $H0:$B0/brick1
setfattr -x trusted.glusterfs.volume-id $B0/brick1
## If Extended attribute trusted.glusterfs.volume-id is not present
## then volume should not be able to start
TEST ! $CLI volume start $V0;
cleanup;