Re: [libvirt] [PATCH v2 2/8] storage: Create virStoragePoolSourceMatchSingleHost

2015-04-15 Thread Peter Krempa
On Mon, Apr 13, 2015 at 17:21:06 -0400, John Ferlan wrote: Split out the nhost == 1 and hosts[0].name logic into a separate routine Signed-off-by: John Ferlan jfer...@redhat.com --- src/conf/storage_conf.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) ACK, Peter

[libvirt] [PATCH v2 2/8] storage: Create virStoragePoolSourceMatchSingleHost

2015-04-13 Thread John Ferlan
Split out the nhost == 1 and hosts[0].name logic into a separate routine Signed-off-by: John Ferlan jfer...@redhat.com --- src/conf/storage_conf.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/conf/storage_conf.c b/src/conf/storage_conf.c index