]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/cephadm: remove fsid dir before bootstrap in test_cephadm.sh
authorAdam King <adking@redhat.com>
Wed, 24 Aug 2022 19:13:15 +0000 (15:13 -0400)
committerAdam King <adking@redhat.com>
Wed, 24 Aug 2022 19:13:15 +0000 (15:13 -0400)
commit7c825da44aee1245e8a17bcdc37512c226463bcf
tree5fa2235f3e597d16f3009949654b2f0feb71d1b2
parentf5c21acfdc16e8a519f58dccee808baf0c713c4d
qa/cephadm: remove fsid dir before bootstrap in test_cephadm.sh

The shell commands we test beforehand can create the
/var/lib/ceph/00000000-0000-0000-0000-0000deadbeef directory
and that directory being present will block bootstrap as
it will think a cluster with this fsid alreayd exists

Fixes: https://tracker.ceph.com/issues/57290
Signed-off-by: Adam King <adking@redhat.com>
qa/workunits/cephadm/test_cephadm.sh