From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kp5HU-0007Ix-Ki for qemu-devel@nongnu.org; Sun, 12 Oct 2008 14:03:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kp5HT-0007If-7V for qemu-devel@nongnu.org; Sun, 12 Oct 2008 14:03:04 -0400 Received: from [199.232.76.173] (port=34429 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kp5HT-0007Ic-3T for qemu-devel@nongnu.org; Sun, 12 Oct 2008 14:03:03 -0400 Received: from mail-gx0-f19.google.com ([209.85.217.19]:34052) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kp5HS-0007C4-BL for qemu-devel@nongnu.org; Sun, 12 Oct 2008 14:03:02 -0400 Received: by gxk12 with SMTP id 12so2670645gxk.10 for ; Sun, 12 Oct 2008 11:03:01 -0700 (PDT) Message-ID: <48F23BD1.9020109@codemonkey.ws> Date: Sun, 12 Oct 2008 13:02:57 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [RFC] Disk integrity in QEMU References: <48EE38B9.2050106@codemonkey.ws> <48EF1D55.7060307@redhat.com> <48F0E83E.2000907@redhat.com> <48F10DFD.40505@codemonkey.ws> <20081012004401.GA9763@acer.localdomain> <48F1CF9E.9030500@redhat.com> <48F20BBC.1040708@il.qumranet.com> In-Reply-To: <48F20BBC.1040708@il.qumranet.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dor Laor Cc: Chris Wright , Mark McLoughlin , kvm-devel , Laurent Vivier , qemu-devel@nongnu.org, Ryan Harper Dor Laor wrote: > Avi Kivity wrote: > > Since there is ongoing effort (both by IT and developers) to keep the > base images as big as possible, it guarantees that > this data is best suited for caching in the host while the private > leaf images will be uncached. A proper CAS solution is really such a better approach. qcow2 deduplification is an interesting concept, but such a hack :-) > This way we provide good performance and caching for the shared parent > images while also promising correctness. You get correctness by using O_DSYNC. cache=off should disable the use of the page cache everywhere. Regards, Anthony Liguori > Actually this is what happens on mainline qemu with cache=off. > > Cheers, > Dor > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html