]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/PeeringState: drop mimic assert 34204/head
authorSage Weil <sage@redhat.com>
Wed, 25 Mar 2020 22:13:46 +0000 (17:13 -0500)
committerKefu Chai <kchai@redhat.com>
Thu, 26 Mar 2020 10:35:10 +0000 (18:35 +0800)
commitc05c41cf2aa0541d20c4ae0e65ba52fa5e960fae
tree0d1371fea97da242746d77817f8fa596ac7523cd
parente2f3e6062c8254babb0ad7f481c10384710b33e4
osd/PeeringState: drop mimic assert

This code can still execute for a cluster that has require_osd_release >=
nautilus because a PG is processing an older OSDMap.  Drop this assert
since the osd boot checks on require_osd_release are sufficient.

Fixes: https://tracker.ceph.com/issues/44759
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 29b7469fb7196f0ce7b2ae5d0a21226ab15ba306)
src/osd/PeeringState.cc