From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RP0Ro-0004EN-40 for qemu-devel@nongnu.org; Fri, 11 Nov 2011 18:23:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RP0Rn-0003y3-79 for qemu-devel@nongnu.org; Fri, 11 Nov 2011 18:23:48 -0500 Received: from mail-iy0-f173.google.com ([209.85.210.173]:59310) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RP0Rm-0003xw-PY for qemu-devel@nongnu.org; Fri, 11 Nov 2011 18:23:46 -0500 Received: by iakk32 with SMTP id k32so5396277iak.4 for ; Fri, 11 Nov 2011 15:23:46 -0800 (PST) Message-ID: <4EBDAE7E.4080907@codemonkey.ws> Date: Fri, 11 Nov 2011 17:23:42 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <4EBC683C.7090700@codemonkey.ws> <20111111224318.GC6036@us.ibm.com> In-Reply-To: <20111111224318.GC6036@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Storage requirements for live migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ryan Harper Cc: Kevin Wolf , Stefan Hajnoczi , Juan Quintela , qemu-devel , Avi Kivity , Christoph Hellwig On 11/11/2011 04:43 PM, Ryan Harper wrote: >> == Image Formats == >> >> Image formats are not safe to use with live migration. The reason is that >> QEMU caches data for image formats and does not have a mechanism to flush >> those caches. The following attempts to describe the issues with the >> various formats >> >> === QCOW2 === >> >> QCOW2 caches two forms of data, cluster metadata (L1/L2 data, refcount >> table, etc) and mutable header information (file size, snapshot entries, >> etc). >> >> This data needs to be discarded before after migration starts. > > before after? > > pick one =) Er, the sentence is intelligible with either word. I've updated the wiki with something that actually makes sense :-) Regards, Anthony Liguori > >