summaryrefslogtreecommitdiffstats
path: root/tests/bugs/glusterfs-server/bug-889996.t
blob: d7d25c42933782e07b40d1e41bdf45f2d70d314b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash

. $(dirname $0)/../../include.rc
. $(dirname $0)/../../volume.rc

cleanup;

TEST glusterd
TEST pidof glusterd
TEST $CLI volume info;

TEST $CLI volume create $V0 $H0:$B0/${V0}{1,2};

rm -rf $B0/${V0}1;

TEST ! $CLI volume start $V0;
EXPECT 0 online_brick_count;

cleanup;