Re: [Qemu-devel] [RFC V6 03/11] quorum: Add quorum_open() and quorum_close().

2013-01-17 Thread Eric Blake
On 01/17/2013 08:51 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 > '\' is the escaping character for filename containing ':' > '\' escape itself > ',' must be escaped with ',' > > On th

[Qemu-devel] [RFC V6 03/11] quorum: Add quorum_open() and quorum_close().

2013-01-17 Thread Benoît Canet
Valid quorum resources look like quorum:threshold/total:path/to/image_1: ... :path/to/image_total ':' is used as a separator '\' is the escaping character for filename containing ':' '\' escape itself ',' must be escaped with ',' On the command line for quorum files "img:test.raw", "img2,raw" and