Allow degraded/misplaced writes (for better performance)

This commit is contained in:
Vitaliy Filippov
2026-05-22 02:04:49 +03:00
parent 2533604514
commit c93bdf4369
7 changed files with 102 additions and 52 deletions
+1
View File
@@ -29,6 +29,7 @@ struct pg_osd_set_state_t
std::vector<osd_num_t> read_target;
// full OSD set including additional OSDs where the object is misplaced
pg_osd_set_t osd_set;
bool has_extra = false;
uint64_t state = 0;
uint64_t object_count = 0;
uint64_t ref_count = 0;