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

source ./regression_helpers

VOLNAME="vol";
$GLUSTERFSDIR/gluster volume create $VOLNAME $(hostname):$EXPORT_DIR/$global_bug_id/export1 2>/dev/null 1>/dev/null;

$GLUSTERFSDIR/gluster --mode=script volume stop $VOLNAME | grep "started state" 2>/dev/null 1>/dev/null;

exit $?;