Allow scrub to fix corrupted object states

This commit is contained in:
Vitaliy Filippov
2023-05-20 23:19:39 +03:00
parent 4bfd994341
commit 6ca20aa194
7 changed files with 71 additions and 21 deletions
+1
View File
@@ -30,6 +30,7 @@ struct osd_rmw_stripe_t
osd_num_t osd_num;
bool missing: 1;
bool read_error: 1;
bool not_exists: 1;
};
// Here pg_minsize is the number of data chunks, not the minimum number of alive OSDs for the PG to operate