diff options
Diffstat (limited to 'extras/test/gluster_commands.sh')
| -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  | 
