mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2026-01-09 17:05:34 +01:00
Bitlocker compatible mode uses dm-zero to mask metadata area, device cannot be activated if dm-zero is not available. Just add zero target check to device-mapper backend and if activation fails, print a better error message here. Fixes: #722