Return left_on_dead OSD list in DELETE replies and use it in rm-data

This commit is contained in:
Vitaliy Filippov
2025-01-03 15:57:09 +03:00
parent a147f7e7dc
commit 9dbcdbcec9
9 changed files with 135 additions and 22 deletions
+2
View File
@@ -97,6 +97,8 @@ struct pg_t
bool history_changed = false;
// peer list from the last peering event
std::vector<osd_num_t> cur_peers;
// dead_peers = all_peers - cur_peers
std::vector<osd_num_t> dead_peers;
// target_set is the "correct" peer OSD set for this PG
std::vector<osd_num_t> target_set;
// cur_set is the current set of connected peer OSDs for this PG