From: Samuel Just Date: Thu, 6 Apr 2023 04:30:18 +0000 (+0000) Subject: osd/.../OpSchedulerItem: add MSG_OSD_PG_PULL to is_recovery_msg X-Git-Tag: v18.1.0~122^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dd8440791d9472841b9d2226df07fe69cb1dbdef;p=ceph.git osd/.../OpSchedulerItem: add MSG_OSD_PG_PULL to is_recovery_msg Signed-off-by: Samuel Just --- diff --git a/src/osd/scheduler/OpSchedulerItem.h b/src/osd/scheduler/OpSchedulerItem.h index c326585d6b95..f5e739a31872 100644 --- a/src/osd/scheduler/OpSchedulerItem.h +++ b/src/osd/scheduler/OpSchedulerItem.h @@ -565,6 +565,7 @@ public: switch (op->get_req()->get_type()) { case MSG_OSD_PG_PUSH: case MSG_OSD_PG_PUSH_REPLY: + case MSG_OSD_PG_PULL: return true; default: return false;