From 3bd333810cdd1022f2fb2605d269dfdcc75133cb Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 2 Apr 2018 08:33:19 -0500 Subject: [PATCH] osd: handle pushes_to_free in consume_map Signed-off-by: Sage Weil --- src/osd/OSD.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc index 00aab28d6ae..3f80d03a170 100644 --- a/src/osd/OSD.cc +++ b/src/osd/OSD.cc @@ -7850,6 +7850,8 @@ void OSD::consume_map() service.maybe_inject_dispatch_delay(); + service.release_reserved_pushes(pushes_to_free); + // queue null events to push maps down to individual PGs for (auto pgid : pgids) { enqueue_peering_evt( -- 2.39.5