summaryrefslogtreecommitdiffstats
path: root/tests/bugs/glusterd/bug-1046308.t
blob: 9c827c4a4921fe3286bd7886e39dac06cf4653e5 (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

cleanup;

volname="StartMigrationDuringRebalanceTest"
TEST glusterd
TEST pidof glusterd;

TEST $CLI volume info;
TEST $CLI volume create $volname $H0:$B0/${volname}{1,2};
TEST $CLI volume start $volname;
TEST $CLI volume rebalance $volname start;

cleanup;