]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Add capability to use LUKS encryption for disk backend v4.4.0-rc1
authorJohn Ferlan <jferlan@redhat.com>
Mon, 21 May 2018 10:40:58 +0000 (06:40 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 29 May 2018 14:48:51 +0000 (10:48 -0400)
commit57d6df39bd7eb8166fee68f4b6da03c0cb0802bf
tree1ea349313de852fad462f7acf05710c509e26f4a
parentb8b42ca036adbfaac1741c8efe389cd1403e220b
storage: Add capability to use LUKS encryption for disk backend

https://bugzilla.redhat.com/show_bug.cgi?id=1560946

Similar to the the Logical backend, use qemu-img on the created
disk partition device to set up for LUKS encryption. Secret mgmt
for the device can be complicated by a reboot possibly changing
the path to the device if the infrastructure changes.

Signed-off-by: John Ferlan <jferlan@redhat.com>
ACKed-by: Peter Krempa <pkrempa@redhat.com>
src/storage/storage_backend_disk.c