Re: [libvirt] [PATCHv2 03/33] storage: Store gluster volume name separately

2014-05-22 Thread Eric Blake
On 05/22/2014 07:47 AM, Peter Krempa wrote: > The gluster volume name was previously stored as part of the source path > string. This is unfortunate when we want to do operations on the path as > the volume is used separately. > > Parse and store the volume name separately for gluster storage volu

[libvirt] [PATCHv2 03/33] storage: Store gluster volume name separately

2014-05-22 Thread Peter Krempa
The gluster volume name was previously stored as part of the source path string. This is unfortunate when we want to do operations on the path as the volume is used separately. Parse and store the volume name separately for gluster storage volumes and use the newly stored variable appropriately. -