os-brick/os_brick/encryptors
Lee Yarwood 94312bd90f luks: Default to LUKS v1 when formatting volumes
cryptsetup 2.0.6 has started to default to LUKS v2 or LUKS2 when
formatting volumes.  However QEMU currently has no support for v2 and
will fail to open the volume when being used to natively decrypt.

For now we should default the original LUKS encryptor to v1 when
formatting volumes, introducing a new LUKS2 encryptor and encryption
constant in a future change.

Closes-bug: 1831994
Change-Id: I152fe10ff5a3131950b789d3fd4efa15c554ff09
2019-06-07 12:55:09 +01:00
..
__init__.py encryptors: Delay removal of legacy provider names 2017-05-16 08:27:12 +00:00
base.py Stop ignoring H405 hacking rule in tox 2017-05-24 00:44:57 +02:00
cryptsetup.py Make close on cryptsetup volumes idempotent 2017-11-18 00:19:42 +00:00
luks.py luks: Default to LUKS v1 when formatting volumes 2019-06-07 12:55:09 +01:00
nop.py Add missing params in NoOpEncryptor 2019-01-22 14:23:43 +08:00