Skip to content

Commit d6d49c9

Browse files
authored
Merge pull request ceph#59593 from xxhdx1985126/wip-67888
crimson/osd/backfill_state: treat `Cancelled` as a pause of the ongoing backfilling Reviewed-by: Matan Breizman <[email protected]>
2 parents bd6b013 + 1e22c11 commit d6d49c9

File tree

4 files changed

+327
-119
lines changed

4 files changed

+327
-119
lines changed

src/crimson/osd/backfill_facades.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ struct PGFacade final : BackfillState::PGFacade {
8282
}
8383

8484
PGFacade(PG& pg) : pg(pg) {}
85+
std::ostream &print(std::ostream &out) const override {
86+
return out << pg;
87+
}
8588
};
8689

8790
} // namespace crimson::osd

0 commit comments

Comments
 (0)