The stop.sh will stop all ceph-* processes. Use the init-ceph script
instead to selectively kill the daemons run by the vstart.sh cluster
used for ceph_objectstore_tool.
Signed-off-by: Loic Dachary <ldachary@redhat.com>
logging.debug(db)
- call("./stop.sh", stderr=nullfd)
+ call("./init-ceph -c {conf} stop osd mon".format(conf=CEPH_CONF), shell=True)
if ERRORS:
logging.critical("Unable to set up test")
else:
logging.warning("SKIPPING IMPORT-RADOS TESTS DUE TO PREVIOUS FAILURES")
- call("./stop.sh", stderr=nullfd)
+ call("./init-ceph -c {conf} stop osd mon".format(conf=CEPH_CONF), shell=True)
call("/bin/rm -rf {dir}".format(dir=TESTDIR), shell=True)
call("/bin/rm -rf {dir}".format(dir=DATADIR), shell=True)