Re: [libvirt] [PATCH v3 2/5] storage: Use virSecretGetSecretString

2016-06-06 Thread John Ferlan
On 06/06/2016 03:32 AM, Peter Krempa wrote: > On Fri, Jun 03, 2016 at 06:52:50 -0400, John Ferlan wrote: >> Rather than inline code secret lookup for rbd/iscsi, use the common function. >> >> Signed-off-by: John Ferlan >> --- >> src/Makefile.am | 1 + >>

Re: [libvirt] [PATCH v3 2/5] storage: Use virSecretGetSecretString

2016-06-06 Thread Peter Krempa
On Fri, Jun 03, 2016 at 06:52:50 -0400, John Ferlan wrote: > Rather than inline code secret lookup for rbd/iscsi, use the common function. > > Signed-off-by: John Ferlan > --- > src/Makefile.am | 1 + > src/storage/storage_backend_iscsi.c | 50 >

[libvirt] [PATCH v3 2/5] storage: Use virSecretGetSecretString

2016-06-03 Thread John Ferlan
Rather than inline code secret lookup for rbd/iscsi, use the common function. Signed-off-by: John Ferlan --- src/Makefile.am | 1 + src/storage/storage_backend_iscsi.c | 50 + src/storage/storage_backend_rbd.c | 48