]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/scrub: remove scrub_clear_state() 55009/head
authorRonen Friedman <rfriedma@redhat.com>
Mon, 25 Dec 2023 18:57:26 +0000 (12:57 -0600)
committerRonen Friedman <rfriedma@redhat.com>
Sat, 6 Jan 2024 06:20:12 +0000 (00:20 -0600)
commitf9d92f1817ed438209dc3915d6ed09389e51b03f
treea2ebb24f2010da52bfae6404c3d6c15395c496d6
parent74559337326f0767d4d88e0cd993fe220c2cc426
osd/scrub: remove scrub_clear_state()

Its functionality is now handled by the FSM when existing
'Session' or 'ActiveReplicaOp' states.
For a PG that is not active - no need to do anything.

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/osd/PrimaryLogPG.cc
src/osd/scrubber/pg_scrubber.cc
src/osd/scrubber/pg_scrubber.h
src/osd/scrubber/scrub_machine_lstnr.h
src/osd/scrubber_common.h