From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wstfm-0008Uh-8W for qemu-devel@nongnu.org; Fri, 06 Jun 2014 08:55:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wstfg-0007lo-P9 for qemu-devel@nongnu.org; Fri, 06 Jun 2014 08:55:06 -0400 Received: from mail-we0-x22d.google.com ([2a00:1450:400c:c03::22d]:48186) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wstfg-0007le-J5 for qemu-devel@nongnu.org; Fri, 06 Jun 2014 08:55:00 -0400 Received: by mail-we0-f173.google.com with SMTP id u57so2749499wes.4 for ; Fri, 06 Jun 2014 05:54:59 -0700 (PDT) Date: Fri, 6 Jun 2014 14:54:56 +0200 From: Stefan Hajnoczi Message-ID: <20140606125456.GA14322@stefanha-thinkpad> References: <1402029312-23953-1-git-send-email-mitake.hitoshi@lab.ntt.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1402029312-23953-1-git-send-email-mitake.hitoshi@lab.ntt.co.jp> Subject: Re: [Qemu-devel] [PATCH v3 0/2] bugfixes of sheepdog driver for a case of live snapshot List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hitoshi Mitake Cc: sheepdog@lists.wpkg.org, qemu-devel@nongnu.org, mitake.hitoshi@gmail.com On Fri, Jun 06, 2014 at 01:35:10PM +0900, Hitoshi Mitake wrote: > Current sheepdog driver has two problems in a mechanism of inode > object reloading for live snapshot. It causes inconsistent state of > snapshot volumes. A new GC algorithm implemented in sheepdog exposes > the problems. This patchset contains bugfixes for them. > > v3: > - update commit log > > v2: > - corrrect wrong spelling in the commit log of 2nd patch > > Hitoshi Mitake (2): > sheepdog: fix vdi object update after live snapshot > sheepdog: reload only header in a case of live snapshot > > block/sheepdog.c | 49 +++++++++++++++++++++++++++++-------------------- > 1 files changed, 29 insertions(+), 20 deletions(-) > > Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan