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
This commit is contained in:
parent
cb0352cd4f
commit
09f9bd0bdc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user