]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osd/PeeringState: skip wait state if osd set is empty
authorSage Weil <sage@redhat.com>
Tue, 24 Sep 2019 17:05:24 +0000 (12:05 -0500)
committerSage Weil <sage@redhat.com>
Sat, 28 Sep 2019 16:51:18 +0000 (11:51 -0500)
commit405994628942b73515e4eaf2ba181c38bbeae989
treeb9c48ea90f58a140a12d74baf33d05a1fee905a6
parente234d6731eef1d7b4779d73a5d874058f4bc1e80
osd/PeeringState: skip wait state if osd set is empty

If there are no down OSDs from prior intervals, then the normal peering
process will end up contacting all of the prior OSDs and ensuring that
their prior interval is terminated during peering.

Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/PeeringState.cc