From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Hajnoczi Subject: Re: [PATCH v2 1/2] rbd: use the higher level librbd instead of just librados Date: Fri, 8 Apr 2011 17:14:52 +0100 Message-ID: References: <6f9466b6098b5159aca9c789f9fce45f409e684f.1301354138.git.josh.durgin@dreamhost.com> <20110408084334.GA28360@stefanha-thinkpad.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <20110408084334.GA28360@stefanha-thinkpad.localdomain> Sender: kvm-owner@vger.kernel.org To: Josh Durgin Cc: kvm@vger.kernel.org, qemu-devel@nongnu.org, ceph-devel@vger.kernel.org, Yehuda Sadeh List-Id: ceph-devel.vger.kernel.org On Fri, Apr 8, 2011 at 9:43 AM, Stefan Hajnoczi wr= ote: > On Mon, Mar 28, 2011 at 04:15:57PM -0700, Josh Durgin wrote: >> librbd stacks on top of librados to provide access >> to rbd images. >> >> Using librbd simplifies the qemu code, and allows >> qemu to use new versions of the rbd format >> with few (if any) changes. >> >> Signed-off-by: Josh Durgin >> Signed-off-by: Yehuda Sadeh >> --- >> =A0block/rbd.c =A0 =A0 =A0 | =A0785 +++++++++++++++-----------------= --------------------- >> =A0block/rbd_types.h | =A0 71 ----- >> =A0configure =A0 =A0 =A0 =A0 | =A0 33 +-- >> =A03 files changed, 221 insertions(+), 668 deletions(-) >> =A0delete mode 100644 block/rbd_types.h > > Hi Josh, > I have applied your patches onto qemu.git/master and am running > ceph.git/master. > > Unfortunately qemu-iotests fails for me. I forgot to mention that qemu-iotests lives at: git://git.kernel.org/pub/scm/linux/kernel/git/hch/qemu-iotests.git Stefan From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35376 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q8EKk-0001lM-Jg for qemu-devel@nongnu.org; Fri, 08 Apr 2011 12:14:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q8EKj-0006N9-Gr for qemu-devel@nongnu.org; Fri, 08 Apr 2011 12:14:54 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:46667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q8EKj-0006M4-E0 for qemu-devel@nongnu.org; Fri, 08 Apr 2011 12:14:53 -0400 Received: by gxk26 with SMTP id 26so1814396gxk.4 for ; Fri, 08 Apr 2011 09:14:52 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20110408084334.GA28360@stefanha-thinkpad.localdomain> References: <6f9466b6098b5159aca9c789f9fce45f409e684f.1301354138.git.josh.durgin@dreamhost.com> <20110408084334.GA28360@stefanha-thinkpad.localdomain> Date: Fri, 8 Apr 2011 17:14:52 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] Re: [PATCH v2 1/2] rbd: use the higher level librbd instead of just librados List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Josh Durgin Cc: Yehuda Sadeh , ceph-devel@vger.kernel.org, qemu-devel@nongnu.org, kvm@vger.kernel.org On Fri, Apr 8, 2011 at 9:43 AM, Stefan Hajnoczi wrote: > On Mon, Mar 28, 2011 at 04:15:57PM -0700, Josh Durgin wrote: >> librbd stacks on top of librados to provide access >> to rbd images. >> >> Using librbd simplifies the qemu code, and allows >> qemu to use new versions of the rbd format >> with few (if any) changes. >> >> Signed-off-by: Josh Durgin >> Signed-off-by: Yehuda Sadeh >> --- >> =A0block/rbd.c =A0 =A0 =A0 | =A0785 +++++++++++++++---------------------= ----------------- >> =A0block/rbd_types.h | =A0 71 ----- >> =A0configure =A0 =A0 =A0 =A0 | =A0 33 +-- >> =A03 files changed, 221 insertions(+), 668 deletions(-) >> =A0delete mode 100644 block/rbd_types.h > > Hi Josh, > I have applied your patches onto qemu.git/master and am running > ceph.git/master. > > Unfortunately qemu-iotests fails for me. I forgot to mention that qemu-iotests lives at: git://git.kernel.org/pub/scm/linux/kernel/git/hch/qemu-iotests.git Stefan