]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/scrub: remove unused PGScrubGotLocalMap message 54998/head
authorRonen Friedman <rfriedma@redhat.com>
Sat, 23 Dec 2023 18:19:06 +0000 (12:19 -0600)
committerRonen Friedman <rfriedma@redhat.com>
Sun, 24 Dec 2023 13:44:57 +0000 (07:44 -0600)
commit304db57b36d871143273620fa3b4481456b4a8d8
tree1138520a9470035ee8b098ca037830156176bf27
parent9e20cf34f903070fe253f52eebf991ae2950302c
osd/scrub: remove unused PGScrubGotLocalMap message

The relevant event (IntLocalMapDone) is processed directly within the
scrubber, instead of being queued to the OSD events queue.

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/osd/OSD.cc
src/osd/OSD.h
src/osd/PG.h
src/osd/scheduler/OpSchedulerItem.cc
src/osd/scheduler/OpSchedulerItem.h