[Backport release-1.2] fix(linstor): set verify-alg to crc32c to avoid crct10dif unavailability by github-actions[bot] · Pull Request #2312 · cozystack/cozystack

The crct10dif kernel crypto module is no longer available in Talos
v1.12.6 (kernel 6.18.18). DRBD auto-verify selects crct10dif by
default, causing peer connections to fail with VERIFYAlgNotAvail.
Setting verify-alg explicitly to crc32c at the controller level
ensures all resources use an available algorithm.

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
(cherry picked from commit 30616b7)

@dosubot dosubot bot added the size:XS

This PR changes 0-9 lines, ignoring generated files.

label

Mar 31, 2026

@kvaps kvaps deleted the backport-2303-to-release-1.2 branch

March 31, 2026 08:48