summaryrefslogtreecommitdiffstats
path: root/dvm
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendrabhat@gluster.com>2012-01-06 16:02:30 +0530
committerRaghavendra Bhat <raghavendrabhat@gluster.com>2012-01-06 16:04:18 +0530
commitd17409308e16600c451ed541bae71553c3673ee9 (patch)
tree1cc1eaf18ab72164a2f203d1cc099a1094348806 /dvm
parent20bdd60eea85f58a61b60e62575b7ffe989fe39b (diff)
2584, 2628: replicate volume should be created using --mode=script
Change-Id: I9c5ae62f3353be610f2731c863bab3d689702a0a Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
Diffstat (limited to 'dvm')
-rwxr-xr-xdvm/2584/testcase2
-rwxr-xr-xdvm/2628/testcase2
2 files changed, 2 insertions, 2 deletions
diff --git a/dvm/2584/testcase b/dvm/2584/testcase
index e3dc605..0a2b08e 100755
--- a/dvm/2584/testcase
+++ b/dvm/2584/testcase
@@ -2,7 +2,7 @@
source $cwd/regression_helpers
-$GLUSTERFSDIR/gluster volume create $global_bug_id replica 2 $(hostname):$EXPORT_DIR/$global_bug_id/brick1 $(hostname):$EXPORT_DIR/$global_bug_id/brick2 $(hostname):$EXPORT_DIR/$global_bug_id/brick3 $(hostname):$EXPORT_DIR/$global_bug_id/brick4 2>/dev/null 1>/dev/null;
+$GLUSTERFSDIR/gluster volume create --mode=script $global_bug_id replica 2 $(hostname):$EXPORT_DIR/$global_bug_id/brick1 $(hostname):$EXPORT_DIR/$global_bug_id/brick2 $(hostname):$EXPORT_DIR/$global_bug_id/brick3 $(hostname):$EXPORT_DIR/$global_bug_id/brick4 2>/dev/null 1>/dev/null;
$GLUSTERFSDIR/gluster volume start $global_bug_id 2>/dev/null 1>/dev/null;
diff --git a/dvm/2628/testcase b/dvm/2628/testcase
index 800fa1a..89e9abc 100755
--- a/dvm/2628/testcase
+++ b/dvm/2628/testcase
@@ -2,7 +2,7 @@
source $cwd/regression_helpers
-$GLUSTERFSDIR/gluster volume create $global_bug_id replica 2 $(hostname):$EXPORT_DIR/$global_bug_id/brick1 $(hostname):$EXPORT_DIR/$global_bug_id/brick2 2>/dev/null 1>/dev/null;
+$GLUSTERFSDIR/gluster volume create --mode=script $global_bug_id replica 2 $(hostname):$EXPORT_DIR/$global_bug_id/brick1 $(hostname):$EXPORT_DIR/$global_bug_id/brick2 2>/dev/null 1>/dev/null;
$GLUSTERFSDIR/gluster volume start $global_bug_id 2>/dev/null 1>/dev/null;