From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrTpj-0007OR-6r for qemu-devel@nongnu.org; Mon, 02 Jun 2014 11:07:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WrTpZ-0003jj-Vv for qemu-devel@nongnu.org; Mon, 02 Jun 2014 11:07:30 -0400 Received: from mail-pd0-x236.google.com ([2607:f8b0:400e:c02::236]:36109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrTpZ-0003j2-Os for qemu-devel@nongnu.org; Mon, 02 Jun 2014 11:07:21 -0400 Received: by mail-pd0-f182.google.com with SMTP id r10so3497605pdi.41 for ; Mon, 02 Jun 2014 08:07:20 -0700 (PDT) From: Hitoshi Mitake Date: Tue, 3 Jun 2014 00:06:48 +0900 Message-Id: <1401721610-12920-1-git-send-email-mitake.hitoshi@gmail.com> Subject: [Qemu-devel] [PATCH 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: qemu-devel@nongnu.org Cc: sheepdog@lists.wpkg.org, mitake.hitoshi@gmail.com 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. 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 file changed, 29 insertions(+), 20 deletions(-) -- 1.9.1