From e378778686fca24934e76c41e6496b12162a5420 Mon Sep 17 00:00:00 2001 From: Kaushal M Date: Wed, 3 Aug 2011 18:12:21 +0530 Subject: cli : check for bad brick order while creating replicate volume gluster cli now checks the brick order when creating a replicate or distributed-replicate volume. If a non-optimal order is found the user is given a warning and asked if the volume creation can proceed. Change-Id: I38c4cb65bffb40ccf95319cf3f4f3423a4cdebe9 BUG: 2407 Reviewed-on: http://review.gluster.com/151 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- smoke.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smoke.sh') diff --git a/smoke.sh b/smoke.sh index 3226b74f172..612f6400851 100755 --- a/smoke.sh +++ b/smoke.sh @@ -23,7 +23,7 @@ function start_fs() chmod 0755 $P/export; glusterd; - gluster volume create $V replica 2 $H:$P/export/export{1,2,3,4}; + gluster --mode=script volume create $V replica 2 $H:$P/export/export{1,2,3,4}; gluster volume start $V; glusterfs -s $H --volfile-id $V $M; # mount -t glusterfs $H:/$V $M; -- cgit