summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-863068.t
diff options
context:
space:
mode:
authorVijay Bellur <vbellur@redhat.com>2012-11-27 16:13:53 +0530
committerVijay Bellur <vbellur@redhat.com>2012-11-27 04:02:59 -0800
commit22f0be5a608bdfc5d2bc3d37f19689367966a6dd (patch)
tree2f584a23978e0d546d6d2de02463f1f80d7f3f2e /tests/bugs/bug-863068.t
parent2389042e64ae20f88bd0e53d1fe879dc2856b6c4 (diff)
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>
Diffstat (limited to 'tests/bugs/bug-863068.t')
-rw-r--r--tests/bugs/bug-863068.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/bug-863068.t b/tests/bugs/bug-863068.t
index 56041b15..931aad62 100644
--- a/tests/bugs/bug-863068.t
+++ b/tests/bugs/bug-863068.t
@@ -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` ;