[libvirt] [PATCH 0/3] Allow inputvol when creating vol from inputvol to be encrypted

John Ferlan jferlan at redhat.com
Tue Aug 21 16:23:14 UTC 2018


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

Details in the patches (and even more in the bz).

John Ferlan (3):
  storage: Remove secretPath from _virStorageBackendQemuImgInfo
  storage: Allow for inputvol to have any format for encryption
  storage: Allow inputvol to be encrypted

 src/storage/storage_util.c                    | 79 ++++++++++++++++---
 src/storage/storage_util.h                    |  1 +
 .../luks-convert-encrypt.argv                 | 11 +++
 .../luks-convert-encrypt2fileqcow2.argv       |  7 ++
 .../luks-convert-encrypt2fileraw.argv         |  7 ++
 .../luks-convert-qcow2.argv                   |  9 +++
 tests/storagevolxml2argvtest.c                | 19 ++++-
 tests/storagevolxml2xmlin/vol-encrypt1.xml    | 21 +++++
 tests/storagevolxml2xmlin/vol-encrypt2.xml    | 21 +++++
 tests/storagevolxml2xmlin/vol-file-qcow2.xml  | 21 +++++
 10 files changed, 184 insertions(+), 12 deletions(-)
 create mode 100644 tests/storagevolxml2argvdata/luks-convert-encrypt.argv
 create mode 100644 tests/storagevolxml2argvdata/luks-convert-encrypt2fileqcow2.argv
 create mode 100644 tests/storagevolxml2argvdata/luks-convert-encrypt2fileraw.argv
 create mode 100644 tests/storagevolxml2argvdata/luks-convert-qcow2.argv
 create mode 100644 tests/storagevolxml2xmlin/vol-encrypt1.xml
 create mode 100644 tests/storagevolxml2xmlin/vol-encrypt2.xml
 create mode 100644 tests/storagevolxml2xmlin/vol-file-qcow2.xml

-- 
2.17.1




More information about the libvir-list mailing list