Revert f9554a02e4b75e87c5b44085b68f84e69100c9d8

Do not "Limit the number of unstable versions per object" - LSMeta doesn't need it
This commit is contained in:
Vitaliy Filippov
2025-12-02 01:52:12 +03:00
parent 378fff6f67
commit 5607222921
5 changed files with 12 additions and 32 deletions
-1
View File
@@ -43,7 +43,6 @@ struct osd_primary_op_data_t
osd_num_t *dirty_osds;
int dirty_osd_count;
obj_ver_id *unstable_writes;
uint64_t *unstable_ver_counts;
obj_ver_osd_t *copies_to_delete;
int copies_to_delete_count;
};