summaryrefslogtreecommitdiffstats
path: root/dvm
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendrabhat@gluster.com>2012-01-06 12:42:47 +0530
committerRaghavendra Bhat <raghavendrabhat@gluster.com>2012-01-06 12:43:23 +0530
commit46476bc0baa3e74a58e3333ba11a67ffefe92876 (patch)
tree2b998bc1e09480ce763451fdc12e63263e1e2cb7 /dvm
parentfcddfe73952211d9dab696fd48372f3a91638783 (diff)
2095: search for the right volume file to grep for the transport type
Change-Id: I1ddff65ced62585d5f864579896a8402c06f5094 BUG: 2095 Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
Diffstat (limited to 'dvm')
-rwxr-xr-xdvm/2095/testcase2
1 files changed, 1 insertions, 1 deletions
diff --git a/dvm/2095/testcase b/dvm/2095/testcase
index 5fe7330..a6f2eac 100755
--- a/dvm/2095/testcase
+++ b/dvm/2095/testcase
@@ -21,7 +21,7 @@ function main ()
exit 22;
fi
- grep "option transport-type rdma" /etc/glusterd/vols/$global_bug_id/"$global_bug_id".rdma-fuse.vol 2>/dev/null 1>/dev/null;
+ grep "option transport-type rdma" /etc/glusterd/vols/$global_bug_id/"$global_bug_id"-fuse.vol 2>/dev/null 1>/dev/null;
op_ret=$?;