From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsnIq-00042d-DL for qemu-devel@nongnu.org; Fri, 06 Jun 2014 02:07:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WsnIj-0001TN-Tv for qemu-devel@nongnu.org; Fri, 06 Jun 2014 02:07:00 -0400 Received: from mail-pd0-x22b.google.com ([2607:f8b0:400e:c02::22b]:63203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsnIj-0001Sz-Mq for qemu-devel@nongnu.org; Fri, 06 Jun 2014 02:06:53 -0400 Received: by mail-pd0-f171.google.com with SMTP id y13so2164433pdi.2 for ; Thu, 05 Jun 2014 23:06:51 -0700 (PDT) Date: Fri, 6 Jun 2014 14:06:40 +0800 From: Liu Yuan Message-ID: <20140606060640.GC6434@ubuntu-precise> 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] [sheepdog] [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 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(-) > > -- > sheepdog mailing list > sheepdog@lists.wpkg.org > http://lists.wpkg.org/mailman/listinfo/sheepdog This series looks good to me. Acked-by: Liu Yuan