qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 9/9] block-migration: add named dirty bitmaps mi


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 9/9] block-migration: add named dirty bitmaps migration
Date: Mon, 12 Jan 2015 15:42:45 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0


On 12/01/2015 15:20, Vladimir Sementsov-Ogievskiy wrote:
> 
> On 09.01.2015 01:36, Paolo Bonzini wrote:
>> The bitmaps are transmitted many times in their entirety, but only the
>> last copy actually means something. The others are lost. This means
>> you should use the non-live interface (register_savevm). This will
>> simplify the code a lot.
> 
> But what if the dirty bitmap is really big?
> 
> For example, for 5 Pb drive the bitmap with granularity 65536 will be of
> 2 Gb size. So, shouldn't it be migrated iteratively for live migration?

But your code is not attempting to do that.  It is not attempting to
track the dirtiness of the dirty bitmap, so to speak.

For such a huge storage, in any case, I suspect the solution is to not
use QEMU's live operations and, instead, operate at the storage level.

Paolo



reply via email to

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