qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v9 4/4] block: Support GlusterFS as a QEMU block


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v9 4/4] block: Support GlusterFS as a QEMU block backend.
Date: Thu, 27 Sep 2012 10:31:42 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1

Il 27/09/2012 10:28, Bharata B Rao ha scritto:
>> > 
>> > How would the URIs look like?
> gluster://server/testvol//dir/a.img ?
> Isn't this a valid URI ? Here volname=testvol and image=/dir/a.img.

It is, but I think it would be canonicalized to
gluster://server/testvol/dir/a.img.

> If that's valid and needs to be supported, then the above strspn based
> parsing logic needs some rewrite.

I think we can avoid this, it is unintuitive.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]