summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendrabhat@gluster.com>2011-04-12 04:00:35 +0000
committerAnand Avati <avati@gluster.com>2011-04-13 00:38:43 -0700
commitd7cba3b0bb4867e02a5999f830e5315cd7022520 (patch)
tree42e682f7255e963e2d9b2dfd4312a2eba1774a97
parentb71aa0cdb7113dfa7e94720da48cc46c476cde4a (diff)
script: fix the typo while doing replace brick
Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com> Signed-off-by: Anand Avati <avati@gluster.com> BUG: 1436 (script for running basic gluster commands) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1436
-rwxr-xr-xextras/test/gluster_commands.sh2
1 files changed, 1 insertions, 1 deletions
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