From: Ronen Friedman Date: Wed, 19 Oct 2022 09:49:39 +0000 (+0300) Subject: osd/scrub: no 'ScrubFinish' transition in ActiveReplica state X-Git-Tag: v18.1.0~763^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8557cb320ec56a67687cfd68dda3ee6c187d0c50;p=ceph-ci.git osd/scrub: no 'ScrubFinish' transition in ActiveReplica state That event is not generated for a replica. Signed-off-by: Ronen Friedman --- diff --git a/src/osd/scrubber/scrub_machine.h b/src/osd/scrubber/scrub_machine.h index 6236fa5d23f..3303124f0cb 100644 --- a/src/osd/scrubber/scrub_machine.h +++ b/src/osd/scrubber/scrub_machine.h @@ -379,8 +379,7 @@ struct ReplicaWaitUpdates : sc::state, struct ActiveReplica : sc::state, NamedSimply { explicit ActiveReplica(my_context ctx); using reactions = mpl::list, - sc::custom_reaction, - sc::transition>; + sc::custom_reaction>; sc::result react(const SchedReplica&); sc::result react(const FullReset&);