summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-1046308.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-1046308.t')
-rw-r--r--tests/bugs/bug-1046308.t19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/bugs/bug-1046308.t b/tests/bugs/bug-1046308.t
new file mode 100644
index 000000000..cfec3a35d
--- /dev/null
+++ b/tests/bugs/bug-1046308.t
@@ -0,0 +1,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;
+
+
+