]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/OSDMonitor: moving MOSDPGCreate2 creation out of the loop
authorMatan Breizman <mbreizma@redhat.com>
Wed, 22 Jun 2022 12:27:21 +0000 (12:27 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Mon, 27 Jun 2022 13:44:44 +0000 (13:44 +0000)
commit4bd6eb626fc46a7262517e5a8da5e8cabf5ba6a0
treefb2294345520a8d908fa78c03e8e20df55770dc1
parente8baf6dd12df912d1f780b3b4674cbfb5bb46fa4
mon/OSDMonitor: moving MOSDPGCreate2 creation out of the loop

Since we no longer differentiate between MOSDCreate1/2,
we can refactor the message creation.

Signed-off-by: Matan Breizman <mbreizma@redhat.com>
src/mon/OSDMonitor.cc