On 10/23/2012 06:23 AM, Benoît Canet wrote:
> Valid quorum resources look like
> quorum:threshold/total:path/to/image_1: ... :path/to/image_total
> 
> ':' is used as a separator to allow to use networked path
> '\' is the escaping character for filename containing ':'
> '\' escape itself
> 
> On the command line for quorum files "img,test.raw", "img2.raw"

Here, you used a comma,

> and "img3.raw" invocation look like:
> 
> -drive file=quorum:2/3:img\\:test.raw:img2.raw:img3.raw

but here, you are using a colon for the underlying name 'img:test.raw'.

> (note the double \\)

You also didn't give an example of comma escaping using typical command
line comma escaping; but at least your example looks okay once you fix
the typo in the lead-in text.  The code appears to match the commit message.

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

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to