release v6.18.44-seanfarm46 #46

Merged
pipeline-bot merged 2 commits from _promote/v6.18.44-seanfarm46 into main 2026-09-03 13:05:25 +00:00
Collaborator
No description provided.
The Hetzner CSI node plugin calls cryptsetup on every NodeUnpublishVolume to see
if the volume is LUKS. Without device-mapper cryptsetup cannot open
/dev/mapper/control, exits 1 instead of 4, and unpublish fails forever. The
kubelet then keeps the volume in node.status.volumesInUse, the VolumeAttachment
is never removed, and the volume can never move to another node.

BLK_DEV_DM lives inside `if MD`, so MD must come with it, and both are tristate
so they must be =y under CONFIG_MODULES=n. DM_CRYPT is not needed for the detach
fix; it rides along so encrypted Hetzner volumes stay possible without a second
fleet reboot.

Claude-Session: https://claude.ai/code/session_01MdSbMhzabSbpG8TtP9Ur3H
fix(config): CONFIG_MD=y on arm64 — its device-mapper lines were inert
All checks were successful
pipeline/ci CI green @ b65d53ea1b33
b65d53ea1b
arch/arm64 already listed BLK_DEV_DM, DM_MIRROR and DM_ZERO, but BLK_DEV_DM is
inside `if MD` and MD was never set, so kconfig dropped all of them and arm64
silently had no device-mapper. No arm64 node exists today, so this only stops
the two defconfigs from disagreeing.

Claude-Session: https://claude.ai/code/session_01MdSbMhzabSbpG8TtP9Ur3H
pipeline-bot deleted branch _promote/v6.18.44-seanfarm46 2026-09-03 13:05:26 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
sean/linux!46
No description provided.