Re: [libvirt] [PATCH v2 4/5] storage: added vstorage pool backend volume functions

2017-01-19 Thread Olga Krishtal
On 19/01/17 00:04, John Ferlan wrote: On 01/17/2017 09:10 AM, Olga Krishtal wrote: Vstorage operates with volumes the same way as directory pool and netfs pool. We use the same functions. Signed-off-by: Olga Krishtal --- src/storage/storage_backend_vstorage.c | 342 +

Re: [libvirt] [PATCH v2 4/5] storage: added vstorage pool backend volume functions

2017-01-18 Thread John Ferlan
On 01/17/2017 09:10 AM, Olga Krishtal wrote: > Vstorage operates with volumes the same way as > directory pool and netfs pool. We use the same functions. > > Signed-off-by: Olga Krishtal > --- > src/storage/storage_backend_vstorage.c | 342 > + > 1 file changed

[libvirt] [PATCH v2 4/5] storage: added vstorage pool backend volume functions

2017-01-17 Thread Olga Krishtal
Vstorage operates with volumes the same way as directory pool and netfs pool. We use the same functions. Signed-off-by: Olga Krishtal --- src/storage/storage_backend_vstorage.c | 342 + 1 file changed, 342 insertions(+) diff --git a/src/storage/storage_backend_vs