The list of daemons is provided in the $CEPH_START environment variable
but vstart_wrapper.sh incorrectly uses the $VSTART_ARGS empty variable.
As a consequence vstart.sh calls init-ceph stop which kills daemons that
do not belong to the test.
http://tracker.ceph.com/issues/10215 Fixes: #10215
Signed-off-by: Loic Dachary <loic@dachary.org>
export LC_ALL=C # some tests are vulnerable to i18n
./vstart.sh \
-o 'paxos propose interval = 0.01' \
- -n -l $VSTART_ARGS || return 1
+ -n -l $CEPH_START || return 1
export PATH=.:$PATH
export CEPH_CONF=$CEPH_DIR/ceph.conf