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

source $cw$cwd/regression_helpers

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

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

exit $?;