Re: [libvirt] [PATCH 4/8] storage: lvm: Separate creating of the volume from building

2014-02-12 Thread Ján Tomko
On 02/12/2014 07:29 AM, Michael Chapman wrote: On Thu, 16 Jan 2014, Peter Krempa wrote: On 01/09/14 23:40, Eric Blake wrote: On 01/06/2014 09:44 AM, Peter Krempa wrote: Separate the steps to create libvirt's volume metadata from the actual volume building process. This is already done for

Re: [libvirt] [PATCH 4/8] storage: lvm: Separate creating of the volume from building

2014-02-12 Thread Michael Chapman
On Wed, 12 Feb 2014, Ján Tomko wrote: --- a/src/storage/storage_driver.c +++ b/src/storage/storage_driver.c @@ -1828,6 +1828,10 @@ storageVolCreateXMLFrom(virStoragePoolPtr obj, pool-volumes.objs[pool-volumes.count++] = newvol; volobj = virGetStorageVol(obj-conn,

Re: [libvirt] [PATCH 4/8] storage: lvm: Separate creating of the volume from building

2014-02-11 Thread Michael Chapman
On Thu, 16 Jan 2014, Peter Krempa wrote: On 01/09/14 23:40, Eric Blake wrote: On 01/06/2014 09:44 AM, Peter Krempa wrote: Separate the steps to create libvirt's volume metadata from the actual volume building process. This is already done for regular file based pools to allow job support for

Re: [libvirt] [PATCH 4/8] storage: lvm: Separate creating of the volume from building

2014-01-16 Thread Peter Krempa
On 01/09/14 23:40, Eric Blake wrote: On 01/06/2014 09:44 AM, Peter Krempa wrote: Separate the steps to create libvirt's volume metadata from the actual volume building process. This is already done for regular file based pools to allow job support for storage APIs. ---

Re: [libvirt] [PATCH 4/8] storage: lvm: Separate creating of the volume from building

2014-01-09 Thread Eric Blake
On 01/06/2014 09:44 AM, Peter Krempa wrote: Separate the steps to create libvirt's volume metadata from the actual volume building process. This is already done for regular file based pools to allow job support for storage APIs. --- src/storage/storage_backend_logical.c | 60

[libvirt] [PATCH 4/8] storage: lvm: Separate creating of the volume from building

2014-01-06 Thread Peter Krempa
Separate the steps to create libvirt's volume metadata from the actual volume building process. This is already done for regular file based pools to allow job support for storage APIs. --- src/storage/storage_backend_logical.c | 60 +-- 1 file changed, 37