DAOS-18919 rebuild: fix a bug of csum process in migrate_fetch_update…#18145
DAOS-18919 rebuild: fix a bug of csum process in migrate_fetch_update…#18145liuxuezhao wants to merge 2 commits intomasterfrom
Conversation
|
Ticket title is 'bug in rebuild migrate_fetch_update_inline() csum processing with multiple IODs' |
|
Test stage Functional Hardware Medium Verbs Provider MD on SSD completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-18145/1/execution/node/1255/log |
|
Test stage Functional Hardware Medium MD on SSD completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-18145/1/execution/node/1245/log |
|
Test stage Functional Hardware Medium Verbs Provider MD on SSD completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-18145/2/execution/node/1209/log |
|
Test stage Functional Hardware Medium MD on SSD completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-18145/2/execution/node/1224/log |
…_inline in migrate_fetch_update_inline() it possibly with multiple IODs inline, if there is zero iod_size in the middle, the original code possibly cause the packed csums cannot be correctly unpacked, for replica object. This patch fixes it by refine related code. Renames a few fields to make it easier to grep, and a few other small refines. Signed-off-by: Xuezhao Liu <xuezhao.liu@hpe.com>
Signed-off-by: Xuezhao Liu <xuezhao.liu@hpe.com>
fea712b to
7e20e89
Compare
…_inline
in migrate_fetch_update_inline() it possibly with multiple IODs inline, if there is zero iod_size in the middle, the original code possibly cause the packed csums cannot be correctly unpacked, for replica object. This patch fixes it by refine related code.
Renames a few fields to make it easier to grep, and a few other small refines.
Steps for the author:
After all prior steps are complete: