]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osd/PeeringState: drop mimic assert
authorSage Weil <sage@redhat.com>
Wed, 25 Mar 2020 22:13:46 +0000 (17:13 -0500)
committerSage Weil <sage@redhat.com>
Wed, 25 Mar 2020 22:13:46 +0000 (17:13 -0500)
commit29b7469fb7196f0ce7b2ae5d0a21226ab15ba306
treeba621b466c4575f5e59d9d576f53a643522a91b8
parentdc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247
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>
src/osd/PeeringState.cc