Re: [libvirt] [PATCH 03/10] util: storage: make virStorageSourceParseBackingJSONGlusterHost universal

2017-06-16 Thread Pavel Hrdina
On Fri, Jun 16, 2017 at 05:29:40PM +0200, Peter Krempa wrote: > The same json strucutre is used for NBD and sheepdog volumes for > specifying of the host. Rename the function and fix up error messages to > be more universal. > --- > src/util/virstoragefile.c | 12 ++-- > 1 file changed, 6

[libvirt] [PATCH 03/10] util: storage: make virStorageSourceParseBackingJSONGlusterHost universal

2017-06-16 Thread Peter Krempa
The same json strucutre is used for NBD and sheepdog volumes for specifying of the host. Rename the function and fix up error messages to be more universal. --- src/util/virstoragefile.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/util/virstoragefile.c