]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: send MOSDPGNotify2 instead of MOSDPGNotify
authorKefu Chai <kchai@redhat.com>
Fri, 12 Mar 2021 07:09:12 +0000 (15:09 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 14 Mar 2021 14:46:51 +0000 (22:46 +0800)
commita142336afd0dba68f36c2333f81b16850b68d515
tree21319bc96f708cdff2036405c0d6e85d0a5e816e
parent0035f4e090c0f19786130632964f7e481f8a3d9a
osd: send MOSDPGNotify2 instead of MOSDPGNotify

as we prefer sending MOSDPGNotify2 over MOSDPGNotify in PeeringState
in post octopus, to be more consistent and have one less thing to
worry, let's just use MOSDPGNotify2 in OSD.cc as well.

Fixes: https://tracker.ceph.com/issues/49758
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/osd/OSD.cc