diff options
author | Raghavendra Bhat <raghavendrabhat@gluster.com> | 2011-04-12 04:00:35 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-04-13 00:38:43 -0700 |
commit | d7cba3b0bb4867e02a5999f830e5315cd7022520 (patch) | |
tree | 42e682f7255e963e2d9b2dfd4312a2eba1774a97 /extras/test | |
parent | b71aa0cdb7113dfa7e94720da48cc46c476cde4a (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
Diffstat (limited to 'extras/test')
-rwxr-xr-x | extras/test/gluster_commands.sh | 2 |
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 |