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: v17.2.7~418^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e8b16a0b0aeb37aa40814b3cd3b72b1978532bcf;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 70d00d88ad99..955cc4671a8d 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;