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

John Ferlan posted 4 patches 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20171019135613.32442-1-jferlan@redhat.com
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(-)
[libvirt] [REPOST PATCH 0/4] Add the ability to LUKS encrypt during LV creation
Posted by John Ferlan 6 years, 6 months ago
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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [REPOST PATCH 0/4] Add the ability to LUKS encrypt during LV creation
Posted by John Ferlan 6 years, 5 months ago
ping?

tks

John

On 10/19/2017 09:56 AM, John Ferlan wrote:
> 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(-)
> 

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [REPOST PATCH 0/4] Add the ability to LUKS encrypt during LV creation
Posted by Michal Privoznik 6 years, 5 months ago
On 10/19/2017 03:56 PM, John Ferlan wrote:
> 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(-)
> 

ACK series.

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list