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

source $cwd/regression_helpers

$GLUSTERFSDIR/gluster volume create $global_bug_id $(hostname):$EXPORT_DIR/$global_bug_id/export1 $(hostname):$EXPORT_DIR/$global_bug_id/export1/export2 2>/dev/null 1>/dev/null;

if [ $? -eq 0 ]; then
     exit 1;
else
     exit 0;
fi