Re: [libvirt] [PATCH 07/12] storage_util: Remove luks distinction from secret path and alias

2018-05-15 Thread Peter Krempa
On Tue, May 08, 2018 at 08:48:00 -0400, John Ferlan wrote: > Remove the "luks" distinction as the code is about to become more > generic and be able to support qcow encryption as well. > > Signed-off-by: John Ferlan > --- > src/storage/storage_util.c | 10 +- > 1 file changed, 5 insertio

[libvirt] [PATCH 07/12] storage_util: Remove luks distinction from secret path and alias

2018-05-08 Thread John Ferlan
Remove the "luks" distinction as the code is about to become more generic and be able to support qcow encryption as well. Signed-off-by: John Ferlan --- src/storage/storage_util.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/storage/storage_util.c b/src/stor