From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROzpS-0005tu-P9 for qemu-devel@nongnu.org; Fri, 11 Nov 2011 17:44:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ROzpR-0004s9-Sc for qemu-devel@nongnu.org; Fri, 11 Nov 2011 17:44:10 -0500 Received: from e35.co.us.ibm.com ([32.97.110.153]:49173) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROzpR-0004rq-M3 for qemu-devel@nongnu.org; Fri, 11 Nov 2011 17:44:09 -0500 Received: from /spool/local by e35.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 11 Nov 2011 15:44:07 -0700 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pABMhMjw133656 for ; Fri, 11 Nov 2011 15:43:23 -0700 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pABMhLpN032569 for ; Fri, 11 Nov 2011 15:43:22 -0700 Date: Fri, 11 Nov 2011 16:43:18 -0600 From: Ryan Harper Message-ID: <20111111224318.GC6036@us.ibm.com> References: <4EBC683C.7090700@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4EBC683C.7090700@codemonkey.ws> Subject: Re: [Qemu-devel] Storage requirements for live migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Kevin Wolf , Stefan Hajnoczi , Juan Quintela , qemu-devel , Avi Kivity , Christoph Hellwig > == 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 =) -- Ryan Harper Software Engineer; Linux Technology Center IBM Corp., Austin, Tx ryanh@us.ibm.com