From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHjn0-0002T0-9J for qemu-devel@nongnu.org; Wed, 04 May 2011 17:39:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHjmy-0004ez-TY for qemu-devel@nongnu.org; Wed, 04 May 2011 17:39:22 -0400 Received: from mail-qw0-f45.google.com ([209.85.216.45]:54094) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHjmy-0004et-RB for qemu-devel@nongnu.org; Wed, 04 May 2011 17:39:20 -0400 Received: by qwj8 with SMTP id 8so1224814qwj.4 for ; Wed, 04 May 2011 14:39:19 -0700 (PDT) MIME-Version: 1.0 Sender: c.m.brunner@gmail.com In-Reply-To: <4b83531d1085ef61a4fc30004876004b.squirrel@localhost> References: <4b83531d1085ef61a4fc30004876004b.squirrel@localhost> Date: Wed, 4 May 2011 23:39:19 +0200 Message-ID: From: Christian Brunner Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [Qemu-devel] Help compiling QEMU with RBD support Reply-To: chb@muc.de List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: 8SScqsnYX8tr@dyweni.com Cc: qemu-devel@nongnu.org Hi Dyweni, are you sure that you have installed ceph (especially librados and the header files)? Josh's patches use the newer librbd from ceph 0.27. With this library the qemu driver gets a lot simpler and avoids code duplication in ceph and qemu. - It's the future, but I don't think it will solve your problem. Christian 2011/5/4 Dyweni - Qemu-Devel <8SScqsnYX8tr@dyweni.com>: > Hi List! > > I'm running into an issue compiling QEMU with RBD support. > > From the Wiki (http://ceph.newdream.net/wiki/QEMU-RBD), I should be > able to do the following: > > $ git clone git://git.qemu.org/qemu.git > $ cd qemu > $ ./configure --enable-rbd > $ make; make install > > > However, the configure command throws this error: > > ERROR > ERROR: User requested feature rados block device > ERROR: configure was not able to find it > ERROR > > > I ran across this patchset from Josh Durgin which looks like it might > resolve this error, but I don't see it commited to GIT repository > above, or the qemu-kvm repository hosted on git.kernel.org: > > [Qemu-devel] [PATCH v3 0/4] rbd improvements > http://lists.gnu.org/archive/html/qemu-devel/2011-04/msg01211.html > > > > Before I attempt to apply Josh's patchset, I'd like to know if anyone > else on the list has ran across this before. > > Thanks, > Dyweni > > > > > >