summaryrefslogtreecommitdiffstats
path: root/src/test/vstart_wrapper.sh
diff options
context:
space:
mode:
authorKefu Chai <kchai@redhat.com>2017-03-22 16:33:30 +0100
committerKefu Chai <kchai@redhat.com>2017-03-23 17:55:40 +0100
commit0578177569749b03cfe4180de4f827e6537c9a4e (patch)
tree1b6a899ce88358ac05e95899e4f61f154ad11c96 /src/test/vstart_wrapper.sh
parentvstart.sh: remove start_* (diff)
downloadceph-0578177569749b03cfe4180de4f827e6537c9a4e.tar.xz
ceph-0578177569749b03cfe4180de4f827e6537c9a4e.zip
tests: remove mds,osd,mon args passed to vstart.sh
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'src/test/vstart_wrapper.sh')
-rwxr-xr-xsrc/test/vstart_wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/vstart_wrapper.sh b/src/test/vstart_wrapper.sh
index 2e05608799c..62cd6e16b8a 100755
--- a/src/test/vstart_wrapper.sh
+++ b/src/test/vstart_wrapper.sh
@@ -33,7 +33,7 @@ function vstart_setup()
$CEPH_ROOT/src/vstart.sh \
--short \
-o 'paxos propose interval = 0.01' \
- -n -l $CEPH_START || return 1
+ -n -l || return 1
export CEPH_CONF=$CEPH_DIR/ceph.conf
crit=$(expr 100 - $(ceph-conf --show-config-value mon_data_avail_crit))