[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH V2 3/4] blockdev: Allow snapshoting of protocols
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-devel] [PATCH V2 3/4] blockdev: Allow snapshoting of protocols. |
Date: |
Tue, 05 Feb 2013 18:25:36 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120605 Thunderbird/13.0 |
Am 29.01.2013 17:24, schrieb Eric Blake:
> On 01/29/2013 07:27 AM, BenoƮt Canet wrote:
>>> base1 [file] --- base1 [qcow2] --- snap1.qcow2 --\
>>> base2 [file] --- base2 [qcow2] --- snap2.qcow2 --->-- quorum
>>> base3 [file] --- base3 [qcow2] --- snap3.qcow2 --/
>
> For that matter, I think it would be useful to have a quorum where the
> data is duplicated between different formats, such as:
>
> file1 [raw] --\
> base2 [raw] --- snap2.qcow2 [qcow2] -->-- quorum
> base3 [qed] --- snap3.qed [qed] --/
>
> In that case, you NEED to be able to pass in the protocol of each
> underlying device _as part of opening the quorum_, something like:
>
> quorum:2/3:file1[raw]:snap2.qcow2[qcow2]:snap3.qed[qed]
>
> or some such punctuation. And of course, that means you'd have to
> extend your escaping mechanism to allow escaping of whatever syntax you
> use for declaring a per-member format.
Let me rephrase that: quorum really needs -blockdev. And quite possibly
the data that can be passed to the snapshot QMP commands today isn't
sufficient to describe what we want to describe. :-/
Kevin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Qemu-devel] [PATCH V2 3/4] blockdev: Allow snapshoting of protocols.,
Kevin Wolf <=