]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/PG: fix Remote*Preempted handling in ReplicaActive
authorSage Weil <sage@redhat.com>
Sat, 28 Oct 2017 13:12:02 +0000 (08:12 -0500)
committerSage Weil <sage@redhat.com>
Sat, 28 Oct 2017 13:12:02 +0000 (08:12 -0500)
This was only half-implemented by c1e652a4547d89b889954ca4bdb82506ca0f1d83

Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/PG.h

index 8d6a25e4ecb32d7957f3c923f87623136cd58e22..74aa788056e4f7cdec6ff3093f1086050bb17d2d 100644 (file)
@@ -2267,7 +2267,9 @@ protected:
        boost::statechart::custom_reaction< DeferRecovery >,
        boost::statechart::custom_reaction< DeferBackfill >,
        boost::statechart::custom_reaction< UnfoundRecovery >,
-       boost::statechart::custom_reaction< UnfoundBackfill >
+       boost::statechart::custom_reaction< UnfoundBackfill >,
+       boost::statechart::custom_reaction< RemoteBackfillPreempted >,
+       boost::statechart::custom_reaction< RemoteRecoveryPreempted >
        > reactions;
       boost::statechart::result react(const QueryState& q);
       boost::statechart::result react(const MInfoRec& infoevt);