From c281c6b0e3566a76787bbaf120a098fa9c6b2001 Mon Sep 17 00:00:00 2001 From: Radoslaw Zarzynski Date: Tue, 12 May 2020 16:46:14 +0200 Subject: [PATCH] crimson/osd: implement BackfillListener::backfilled(). Signed-off-by: Radoslaw Zarzynski --- src/crimson/osd/pg_recovery.cc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/crimson/osd/pg_recovery.cc b/src/crimson/osd/pg_recovery.cc index 74f20a0bd83..ca5aa1c0ce5 100644 --- a/src/crimson/osd/pg_recovery.cc +++ b/src/crimson/osd/pg_recovery.cc @@ -488,7 +488,14 @@ bool PGRecovery::budget_available() const void PGRecovery::backfilled() { - ceph_abort_msg("Not implemented"); + shard_services.start_operation( + this, + shard_services, + pg_whoami, + pgid, + get_osdmap_epoch(), + get_osdmap_epoch(), + PeeringState::Backfilled{}); } void PGRecovery::dispatch_backfill_event( -- 2.47.3