diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2010-09-07 04:08:59 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-09-07 07:45:54 -0700 |
commit | 09f9bd0bdc3d0f055f83ef1fc76be065cb26b26d (patch) | |
tree | 78573f0ab1dd44dddb6c4000505ccc985e31e79d /extras | |
parent | cb0352cd4f4748ee6e33bc64d2e2b09d09fe20eb (diff) |
test: changes for the gluster cli
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1436 ()
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1436
Diffstat (limited to 'extras')
-rwxr-xr-x | extras/test/gluster_commands.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/extras/test/gluster_commands.sh b/extras/test/gluster_commands.sh index fa0abdad0..8db4de9c1 100755 --- a/extras/test/gluster_commands.sh +++ b/extras/test/gluster_commands.sh @@ -78,7 +78,6 @@ echo "stopping distribute volume......" gluster volume stop vol gluster volume info sleep 1 -df -h umount /mnt/client df -h @@ -100,7 +99,7 @@ sleep 1 mount -t glusterfs `hostname`:mirror /mnt/client sleep 1 df -h -sleep1 +sleep 1 echo "adding-brick......." gluster volume add-brick mirror replica 2 `hostname`:/exports/exp3 `hostname`:/exports/exp4 @@ -131,7 +130,6 @@ echo "stopping replicate volume....." gluster volume stop mirror gluster volume info sleep 1 -df -h umount /mnt/client df -h @@ -184,8 +182,6 @@ echo "stopping stripe volume....." gluster volume stop str gluster volume info sleep 1 -df -h -sleep 1 umount /mnt/client df -h |