summaryrefslogtreecommitdiffstats
path: root/tests/bugs/glusterfs/bug-860297.t
blob: c2d21553f6825f0a9f7d92e9d678ba97f397af4b (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;