]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/standalone/ceph-helpers: resurrect all OSD before waiting for health
authorKefu Chai <kchai@redhat.com>
Thu, 30 May 2019 15:44:37 +0000 (23:44 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 30 May 2019 15:52:36 +0000 (23:52 +0800)
commitcdba0f14201a327e824b6ec48e014233281dee2d
tree648abdd6d86c774a09ea1ddb8c92efcc49955507
parente5064b894ca9c5ab1a2eb91b6c57388125e520f1
qa/standalone/ceph-helpers: resurrect all OSD before waiting for health

address the regression introduced by e62cfceb
in e62cfceb, we wanted to test the newly introduced TOO_FEW_OSDS
warning, so we increased the number of OSD to the size of pool, so if
the number of OSD is less than pool size, monitor will send a warning
message.

but we need to bring all OSDs back if we are expecting a healthy
cluster. in this change, all OSDs are resurrect before
`wait_for_health_ok`.

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/standalone/ceph-helpers.sh