From: Radoslaw Zarzynski Date: Tue, 12 May 2020 14:46:14 +0000 (+0200) Subject: crimson/osd: implement BackfillListener::backfilled(). X-Git-Tag: v16.1.0~1720^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c281c6b0e3566a76787bbaf120a098fa9c6b2001;p=ceph.git crimson/osd: implement BackfillListener::backfilled(). Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/crimson/osd/pg_recovery.cc b/src/crimson/osd/pg_recovery.cc index 74f20a0bd8365..ca5aa1c0ce58f 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(