summaryrefslogtreecommitdiffstats
path: root/smoke.sh
diff options
context:
space:
mode:
Diffstat (limited to 'smoke.sh')
-rwxr-xr-xsmoke.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoke.sh b/smoke.sh
index 3226b74f172..612f6400851 100755
--- a/smoke.sh
+++ b/smoke.sh
@@ -23,7 +23,7 @@ function start_fs()
chmod 0755 $P/export;
glusterd;
- gluster volume create $V replica 2 $H:$P/export/export{1,2,3,4};
+ gluster --mode=script volume create $V replica 2 $H:$P/export/export{1,2,3,4};
gluster volume start $V;
glusterfs -s $H --volfile-id $V $M;
# mount -t glusterfs $H:/$V $M;