qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v4 00/38] blockdev: BlockBackend and media


From: Wen Congyang
Subject: Re: [Qemu-devel] [PATCH v4 00/38] blockdev: BlockBackend and media
Date: Mon, 7 Sep 2015 13:53:25 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0

On 09/02/2015 11:02 PM, Eric Blake wrote:
> On 07/20/2015 11:45 AM, Max Reitz wrote:
>> First of all: Thank you, Eric and Berto, for reviewing v3! And thank
>> you, Fam, for at least having a peek at it and being confident enough to
>> base a series of your own on it. :-)
>>
>> This series reworks a lot regarding BlockBackend and media. Basically,
>> it allows empty BlockBackends, that is BBs without a BDS tree.
>>
>> Before this series, empty drives are represented by a BlockBackend with
>> an empty BDS attached to it (a BDS with a NULL driver). However, now we
>> have BlockBackends, thus an empty drive should be represented by a
>> BlockBackend without any BDS tree attached to it. This is what this
>> series does.
> 
> We've obviously missed 2.4; but now that 2.5 is open, are there plans to
> get this series in sooner rather than later?  Wen's work on dynamically
> adding/deleting children from a quorum would benefit from the ability to
> create a BDS without an associated BB, which in turn would help the COLO
> work.
> 

This feature is very useful for COLO. COLO needs the following:
1. adding/deleting children from a quorum dynamically
2. allow references for backing files

The BDS without BB only can be created by the monitor command blockdev-add.
How to create it in the command line?

Thanks
Wen Congyang



reply via email to

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