[libvirt] [REPOST PATCH 0/4] Add the ability to LUKS encrypt during LV creation

John Ferlan jferlan at redhat.com
Thu Oct 19 13:56:09 UTC 2017


Repost to address merge conflict from commit id '0a294a8e2' which
used if (virStorageSourceHasBacking(&vol->target)) instead of
if (vol->target.backingStore).

Original series:
https://www.redhat.com/archives/libvir-list/2017-October/msg00340.html


John Ferlan (4):
  storage: Extract out the LVCREATE
  storage: Introduce virStorageBackendCreateVolUsingQemuImg
  storage: Allow creation of a LUKS using logical volume
  docs: Add news article

 docs/news.xml                         | 13 ++++++
 src/storage/storage_backend_logical.c | 75 ++++++++++++++++++++---------------
 src/storage/storage_util.c            | 42 ++++++++++++++++++++
 src/storage/storage_util.h            |  8 ++++
 4 files changed, 105 insertions(+), 33 deletions(-)

-- 
2.13.6




More information about the libvir-list mailing list