Signed-off-by: Samuel Just <sjust@redhat.com>
dout(10) << "scrubber event --<< " << __func__ << dendl;
}
-void PgScrubber::send_full_reset(epoch_t epoch_queued)
-{
- dout(10) << "scrubber event -->> " << __func__ << " epoch: " << epoch_queued
- << dendl;
-
- m_fsm->process_event(Scrub::FullReset{});
-
- dout(10) << "scrubber event --<< " << __func__ << dendl;
-}
-
void PgScrubber::send_chunk_free(epoch_t epoch_queued)
{
dout(10) << "scrubber event -->> " << __func__ << " epoch: " << epoch_queued
*/
void on_applied_when_primary(const eversion_t& applied_version) final;
- void send_full_reset(epoch_t epoch_queued) final;
-
void send_chunk_free(epoch_t epoch_queued) final;
void send_chunk_busy(epoch_t epoch_queued) final;
virtual void send_sched_replica(epoch_t epoch_queued,
Scrub::act_token_t token) = 0;
- virtual void send_full_reset(epoch_t epoch_queued) = 0;
-
virtual void send_chunk_free(epoch_t epoch_queued) = 0;
virtual void send_chunk_busy(epoch_t epoch_queued) = 0;