summaryrefslogtreecommitdiffstats
path: root/dvm
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendrabhat@gluster.com>2012-01-06 11:39:00 +0530
committerRaghavendra Bhat <raghavendrabhat@gluster.com>2012-01-06 11:39:48 +0530
commitfb5b370417b6a2eeeba9a8fcfa2ac863f1902bf0 (patch)
tree5f5b03889a85730196608555e610157c59edfa51 /dvm
parent35d91591d1dcf992bebb44f4bfbd8a814a2c403c (diff)
2483: use mode=script while creating the replicate volume
Change-Id: I8f0ac5ab7de94500cfe1ee8ccb39ce90c13f5cc8 BUG: 2483 Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
Diffstat (limited to 'dvm')
-rwxr-xr-xdvm/2483/testcase2
1 files changed, 1 insertions, 1 deletions
diff --git a/dvm/2483/testcase b/dvm/2483/testcase
index a0a85d2..ccedbe8 100755
--- a/dvm/2483/testcase
+++ b/dvm/2483/testcase
@@ -5,7 +5,7 @@ source $cwd/regression_helpers
VOLNAME="vol$global_bug_id"
$GLUSTERFSDIR/gluster volume create $global_bug_id $(hostname):$EXPORT_DIR/$global_bug_id/brick1 $(hostname):$EXPORT_DIR/$global_bug_id/brick2 2>/dev/null 1>/dev/null
-$GLUSTERFSDIR/gluster volume create $VOLNAME replica 2 $(hostname):$EXPORT_DIR/$global_bug_id/brick3 $(hostname):$EXPORT_DIR/$global_bug_id/brick4 2>/dev/null 1>/dev/null
+$GLUSTERFSDIR/gluster volume create $VOLNAME replica 2 $(hostname):$EXPORT_DIR/$global_bug_id/brick3 $(hostname):$EXPORT_DIR/$global_bug_id/brick4 --mode=script 2>/dev/null 1>/dev/null
$GLUSTERFSDIR/gluster volume start $global_bug_id 2>/dev/null 1>/dev/null
$GLUSTERFSDIR/gluster volume start $VOLNAME 2>/dev/null 1>/dev/null