From d7cba3b0bb4867e02a5999f830e5315cd7022520 Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Tue, 12 Apr 2011 04:00:35 +0000 Subject: script: fix the typo while doing replace brick Signed-off-by: Raghavendra Bhat Signed-off-by: Anand Avati BUG: 1436 (script for running basic gluster commands) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1436 --- extras/test/gluster_commands.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras') diff --git a/extras/test/gluster_commands.sh b/extras/test/gluster_commands.sh index 896a05b6ff6..27acb1b4f44 100755 --- a/extras/test/gluster_commands.sh +++ b/extras/test/gluster_commands.sh @@ -168,7 +168,7 @@ gluster volume replace-brick mirror `hostname`:/exports/exp5 `hostname`:/exports #sleep for 5 seconds sleep 5 gluster volume replace-brick mirror `hostname`:/exports/exp5 `hostname`:/exports/exp1 status -gluster volume replace-brick mirror `hostname`:/exports/exp5 `hostname`:/exports/exp5 abort +gluster volume replace-brick mirror `hostname`:/exports/exp5 `hostname`:/exports/exp1 abort gluster volume info sleep 1 -- cgit