From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49757 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQHN1-0000CR-6O for qemu-devel@nongnu.org; Wed, 08 Dec 2010 05:35:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PQHMy-0008TK-GV for qemu-devel@nongnu.org; Wed, 08 Dec 2010 05:35:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:9952) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PQHMy-0008Sp-8k for qemu-devel@nongnu.org; Wed, 08 Dec 2010 05:35:32 -0500 Message-ID: <4CFF5FB3.1070704@redhat.com> Date: Wed, 08 Dec 2010 11:36:35 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <20101206195301.GA26029@sir.home> In-Reply-To: <20101206195301.GA26029@sir.home> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] ceph/rbd block driver for qemu-kvm (v9) List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Brunner Cc: ceph-devel@vger.kernel.org, qemu-devel@nongnu.org, kvm@vger.kernel.org, Stefan Hajnoczi Am 06.12.2010 20:53, schrieb Christian Brunner: > This is a new version of the rbd driver. The only difference from v8 is > a check for a recent librados version in configure. If the librados version > is too old, rbd support will be disabled. > > RBD is an block driver for the distributed file system Ceph > (http://ceph.newdream.net/). This driver uses librados (which is part > of the Ceph server) for direct access to the Ceph object store and is > running entirely in userspace (Yehuda also wrote a driver for the > linux kernel, that can be used to access rbd volumes as a block > device). > > Regards, > Christian > > Signed-off-by: Yehuda Sadeh > Signed-off-by: Christian Brunner Thanks. I still haven't managed to actually test it, but I've applied this to the block branch now based on your testing and Stefan's review (and the fact that it doesn't break my build any more). Kevin