summaryrefslogtreecommitdiffstats
path: root/tests/bugs/glusterd/bug-1344407-volume-delete-on-node-down.t
blob: 5081c373e478f3ff9bec8fe0667f00e63af1db07 (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
. $(dirname $0)/../../cluster.rc

cleanup;

TEST launch_cluster 2;

TEST $CLI_1 peer probe $H2;
EXPECT_WITHIN $PROBE_TIMEOUT 1 peer_count

TEST $CLI_1 volume create $V0 $H1:$B1/$V0

TEST kill_glusterd 2
TEST ! $CLI_1 volume delete $V0

cleanup;