summaryrefslogtreecommitdiffstats
path: root/qa/workunits/rbd/rbd_mirror_stress.sh
diff options
context:
space:
mode:
Diffstat (limited to 'qa/workunits/rbd/rbd_mirror_stress.sh')
-rwxr-xr-xqa/workunits/rbd/rbd_mirror_stress.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/qa/workunits/rbd/rbd_mirror_stress.sh b/qa/workunits/rbd/rbd_mirror_stress.sh
index cb79aba7e..ea39d3aae 100755
--- a/qa/workunits/rbd/rbd_mirror_stress.sh
+++ b/qa/workunits/rbd/rbd_mirror_stress.sh
@@ -1,4 +1,4 @@
-#!/bin/sh -ex
+#!/usr/bin/env bash
#
# rbd_mirror_stress.sh - stress test rbd-mirror daemon
#
@@ -8,6 +8,8 @@
# tool during the many image test
#
+set -ex
+
IMAGE_COUNT=50
export LOCKDEP=0