Skip to content

Commit

Permalink
Merge pull request ceph#59593 from xxhdx1985126/wip-67888
Browse files Browse the repository at this point in the history
crimson/osd/backfill_state: treat `Cancelled` as a pause of the ongoing backfilling

Reviewed-by: Matan Breizman <[email protected]>
  • Loading branch information
Matan-B authored Jan 5, 2025
2 parents bd6b013 + 1e22c11 commit d6d49c9
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 119 deletions.
3 changes: 3 additions & 0 deletions src/crimson/osd/backfill_facades.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ struct PGFacade final : BackfillState::PGFacade {
}

PGFacade(PG& pg) : pg(pg) {}
std::ostream &print(std::ostream &out) const override {
return out << pg;
}
};

} // namespace crimson::osd
Loading

0 comments on commit d6d49c9

Please sign in to comment.