[libvirt] [PATCHv6 5/8] storage: Add storage file backends for gluster

Eric Blake eblake at redhat.com
Thu Feb 13 21:08:47 UTC 2014


On 02/13/2014 09:49 AM, Peter Krempa wrote:
> Implement storage backend functions to deal with gluster volumes and
> implement the "stat" and "unlink" backend APIs.
> ---
> 
> Notes:
>     Version 6:
>     - tweaked error message style
>     - tweak of private data access due to simplification of export hierarchy


> +    if (VIR_STRDUP(priv->volname, file->path) < 0)
> +        goto error;
> +
> +    if (!(priv->path  = strchr(priv->volname, '/'))) {

Spurious double space

ACK

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 604 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20140213/238820e5/attachment-0001.sig>


More information about the libvir-list mailing list