From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43768 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJlW4-0008BK-7Z for qemu-devel@nongnu.org; Wed, 02 Jun 2010 06:49:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJlVz-0000Ne-CU for qemu-devel@nongnu.org; Wed, 02 Jun 2010 06:49:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52956) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJlVz-0000NS-4q for qemu-devel@nongnu.org; Wed, 02 Jun 2010 06:49:39 -0400 Message-ID: <4C06371E.1080502@redhat.com> Date: Wed, 02 Jun 2010 12:49:02 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1275014699-9431-1-git-send-email-morita.kazutaka@lab.ntt.co.jp> In-Reply-To: <1275014699-9431-1-git-send-email-morita.kazutaka@lab.ntt.co.jp> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [RFC PATCH v4 0/3] Sheepdog: distributed storage system for QEMU List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: MORITA Kazutaka Cc: aliguori@us.ibm.com, sheepdog@lists.wpkg.org, kvm@vger.kernel.org, qemu-devel@nongnu.org, avi@redhat.com, hch@lst.de Am 28.05.2010 04:44, schrieb MORITA Kazutaka: > Hi all, > > This patch adds a block driver for Sheepdog distributed storage > system. Please consider for inclusion. Hint for next time: You should remove the RFC from the subject line if you think the patch is ready for inclusion. Otherwise I might miss this and think you only want comments on it. > MORITA Kazutaka (3): > close all the block drivers before the qemu process exits > block: call the snapshot handlers of the protocol drivers > block: add sheepdog driver for distributed storage support Thanks, I have applied the first two patches to the block branch, they look good to me. I'll send some comments for the third one (though it's only coding style until now). Kevin