From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLGxT-0000YH-1I for qemu-devel@nongnu.org; Sun, 15 Sep 2013 14:22:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VLGxO-0001Xp-5C for qemu-devel@nongnu.org; Sun, 15 Sep 2013 14:22:06 -0400 Received: from nodalink.pck.nerim.net ([62.212.105.220]:35602 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLGxN-0001Xd-Hk for qemu-devel@nongnu.org; Sun, 15 Sep 2013 14:22:02 -0400 Date: Sun, 15 Sep 2013 20:23:48 +0200 From: =?iso-8859-1?Q?Beno=EEt?= Canet Message-ID: <20130915182348.GB5868@irqsave.net> References: <1378215952-7151-1-git-send-email-kwolf@redhat.com> <20130904080352.GA8031@stefanha-thinkpad.redhat.com> <20130904093950.GB3562@dhcp-200-207.str.redhat.com> <20130904095523.GC5054@irqsave.net> <20130905092440.GB12293@stefanha-thinkpad.redhat.com> <20130905152626.GB5095@irqsave.net> <20130906072705.GC2588@dhcp-200-207.str.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20130906072705.GC2588@dhcp-200-207.str.redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [RFC] qcow2 journalling draft List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: =?iso-8859-1?Q?Beno=EEt?= Canet , famz@redhat.com, jcody@redhat.com, qemu-devel@nongnu.org, mreitz@redhat.com, Stefan Hajnoczi > > Kevin what do you think of this ? > > I could strip down the dedupe journal code to specialize it. >=20 > If you think it turns out easier than using the journalling > infrastructure that we're going to implement anyway, then why not. This question need to be though. The good thing about the current dedup log is that the code is already wr= itten and match very well the dedup usage. Aside my personal interest of resuming the work on deduplication quickly = I think we should consider the overall cost of having a specialized log for dedup= e. Is the reviewing and maintainance of http://patchwork.ozlabs.org/patch/25= 2955/ a reasonable extra cost ? Best regards Beno=EEt