]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/.../OpSchedulerItem: add MSG_OSD_PG_PULL to is_recovery_msg
authorSamuel Just <sjust@redhat.com>
Thu, 6 Apr 2023 04:30:18 +0000 (04:30 +0000)
committerSridhar Seshasayee <sseshasa@redhat.com>
Mon, 8 May 2023 10:52:00 +0000 (16:22 +0530)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/osd/scheduler/OpSchedulerItem.h

index c326585d6b9525d38fccacbe166ae0c5ddd68d3a..f5e739a318722b038e53bef634949262741ec9ca 100644 (file)
@@ -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;