]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/log
ceph-ci.git
2 months agoMerge branch 'data_digests_are_inconsistent_fix' of https://github.com/JonBailey1993... wip-bharath10-testing-2025-12-08-1514
skanta [Mon, 8 Dec 2025 09:45:33 +0000 (15:15 +0530)]
Merge branch 'data_digests_are_inconsistent_fix' of https://github.com/JonBailey1993/ceph into wip-bharath10-testing-2025-12-08-1514

2 months agoMerge branch 'test_pool_min_size' of https://github.com/bill-scales/ceph into wip...
skanta [Mon, 8 Dec 2025 09:45:32 +0000 (15:15 +0530)]
Merge branch 'test_pool_min_size' of https://github.com/bill-scales/ceph into wip-bharath10-testing-2025-12-08-1514

3 months agoEnsure scrub is doing a deep-scrub before attempting to check the consistency of...
Jon Bailey [Thu, 13 Nov 2025 11:00:29 +0000 (11:00 +0000)]
Ensure scrub is doing a deep-scrub before attempting to check the consistency of erasure coded pools

Signed-off-by: Jon Bailey <jonathan.bailey1@ibm.com>
3 months agoFix for "data digests are inconsistent"
Jon Bailey [Mon, 22 Sep 2025 11:59:47 +0000 (12:59 +0100)]
Fix for "data digests are inconsistent"

It was possible to see "data digests are inconsistent" being output to the logs at incorrect times due to multiple bugs. This code reorganises some of the deep scrubbing code and fixes the issues. The root cause of the issue that is being fixed here is:
* We were comparing crc buffers beyond the end of the crcs
* There was a double call to logical_to_ondisk_size when creating the crcs for zero buffers, causing them to be mis-sized
* The code was not padding smaller shards as its a requirement for shards to be the same sized when used for parity comparison.

All the above are fixed in this commit

Signed-off-by: Jon Bailey <jonathan.bailey1@ibm.com>
3 months agoMerge pull request #65962 from NitzanMordhai/wip-nitzan-MOSDOpReply-pgid64-encode...
SrinivasaBharathKanta [Thu, 13 Nov 2025 23:45:18 +0000 (05:15 +0530)]
Merge pull request #65962 from NitzanMordhai/wip-nitzan-MOSDOpReply-pgid64-encode-decode-fix

messages: MOSDOpReply encode and decode errorcode32_t with PGID64 fea…