Fix mark_partial_write for replicas (TODO: try to write an OSD unit test for it)

This commit is contained in:
Vitaliy Filippov
2026-05-18 01:17:56 +03:00
parent 4e2724b28f
commit 572b20fedc
5 changed files with 51 additions and 31 deletions
+1
View File
@@ -157,6 +157,7 @@ struct __attribute__((visibility("default"))) osd_op_t
timespec tv_begin = { 0 }, tv_end = { 0 };
uint64_t op_type = OSD_OP_IN;
uint64_t client_id = 0;
osd_num_t osd_num = 0;
osd_any_op_t req;
osd_any_reply_t reply;
blockstore_op_t *bs_op = NULL;