Re: [libvirt] [PATCHv2 2/9] storage: gluster: Introduce dummy functions for creating a volume

2014-01-28 Thread Peter Krempa
On 01/27/14 18:49, Eric Blake wrote: On 01/16/2014 06:14 AM, Peter Krempa wrote: The temporary pool code will need to initialize some fields for the temporary gluster volumes. This is done by the createVol function of the storage backend. This patch implements only the metadata setting.

Re: [libvirt] [PATCHv2 2/9] storage: gluster: Introduce dummy functions for creating a volume

2014-01-27 Thread Eric Blake
On 01/16/2014 06:14 AM, Peter Krempa wrote: The temporary pool code will need to initialize some fields for the temporary gluster volumes. This is done by the createVol function of the storage backend. This patch implements only the metadata setting. Attempts to create a regular volume yield

[libvirt] [PATCHv2 2/9] storage: gluster: Introduce dummy functions for creating a volume

2014-01-16 Thread Peter Krempa
The temporary pool code will need to initialize some fields for the temporary gluster volumes. This is done by the createVol function of the storage backend. This patch implements only the metadata setting. Attempts to create a regular volume yield an error. ---