summaryrefslogtreecommitdiffstats
path: root/dvm/2294/testcase
blob: c363897d48c7b1da8c928234ec848888f5f6700c (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

source ./regression_helpers

VOLNAME="vol";
$GLUSTERFSDIR/gluster volume create $VOLNAME transport tcp,rdma $(hostname):$EXPORT_DIR/$global_bug_id/export1 2>/dev/null 1>/dev/null
exit $?;