]> git-server-git.apps.pok.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 09:16:25 +0000 (14:46 +0530)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/osd/scheduler/OpSchedulerItem.h

index 70d00d88ad999f4fc3c03e739faac373df69ccee..955cc4671a8df3b4e35e6baaee26722b3cdf8f68 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;