]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tests: vstart_wrapper.sh must call vstart.sh with a list of daemons
authorLoic Dachary <ldachary@redhat.com>
Tue, 2 Dec 2014 06:37:15 +0000 (07:37 +0100)
committerLoic Dachary <ldachary@redhat.com>
Tue, 2 Dec 2014 22:52:48 +0000 (23:52 +0100)
commite3e5741581aa2d8a2c1bc9859826f62a3b406cf0
treee70b9b6298ab118c22133d3a24d9d974741a529c
parent310a3f1c65d25ee1fc60398f0fe025e4b19f55fe
tests: vstart_wrapper.sh must call vstart.sh with a list of daemons

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>
src/test/vstart_wrapper.sh