[libvirt] [PATCH 0/2] Partially revert separation of volume creating and building

2014-02-12 Thread Ján Tomko
The storage driver expects 'createVol' to fill out the volume key. For disk and logical backends, we generate the key only after the volume has been built. Revert the separation commits for these backends. Ján Tomko (2): Revert storage: lvm: Separate creating of the volume from building

Re: [libvirt] [PATCH 0/2] Partially revert separation of volume creating and building

2014-02-12 Thread Peter Krempa
On 02/12/14 15:03, Ján Tomko wrote: The storage driver expects 'createVol' to fill out the volume key. For disk and logical backends, we generate the key only after the volume has been built. Revert the separation commits for these backends. Ján Tomko (2): Revert storage: lvm: Separate

Re: [libvirt] [PATCH 0/2] Partially revert separation of volume creating and building

2014-02-12 Thread Ján Tomko
On 02/12/2014 03:15 PM, Peter Krempa wrote: On 02/12/14 15:03, Ján Tomko wrote: The storage driver expects 'createVol' to fill out the volume key. For disk and logical backends, we generate the key only after the volume has been built. Revert the separation commits for these backends. Ján