tests: Replace mount -t glusterfs with glusterfs -s
Change-Id: I9aa9bd1efb9ae56caec0fee596b3f21ca496f66e BUG: 863068 Signed-off-by: Vijay Bellur <vbellur@redhat.com> Reviewed-on: http://review.gluster.org/4239 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
This commit is contained in:
parent
2389042e64
commit
22f0be5a60
@ -31,7 +31,7 @@ TEST pidof glusterd
|
||||
TEST $CLI volume info;
|
||||
TEST $CLI volume create $V0 replica 2 $H0:$B0/brick1 $H0:$B0/brick2;
|
||||
TEST $CLI volume start $V0;
|
||||
mount -t glusterfs $H0:/$V0 $M0;
|
||||
TEST glusterfs --volfile-server=$H0 --volfile-id=$V0 $M0;
|
||||
B0_hiphenated=`echo $B0 | tr '/' '-'`
|
||||
kill -9 `cat /var/lib/glusterd/vols/$V0/run/$H0$B0_hiphenated-brick1.pid` ;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user