Re: [libvirt PATCH 2/2] storage: add support for qcow2 LUKS encryption

2020-09-17 Thread Han Han
On Thu, Sep 17, 2020 at 1:06 AM Daniel P. Berrangé wrote: > The storage driver was wired up to support creating raw volumes in LUKS > format, but was never adapted to support LUKS-in-qcow2. This is trivial > as it merely requires the encryption properties to be prefixed with > the "encrypt." pref

[libvirt PATCH 2/2] storage: add support for qcow2 LUKS encryption

2020-09-16 Thread Daniel P . Berrangé
The storage driver was wired up to support creating raw volumes in LUKS format, but was never adapted to support LUKS-in-qcow2. This is trivial as it merely requires the encryption properties to be prefixed with the "encrypt." prefix, and "encrypt.format=luks" when creating the volume. Signed-off-