From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOMfa-0003Ey-UY for qemu-devel@nongnu.org; Mon, 01 Sep 2014 04:09:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOMfR-0003AF-TE for qemu-devel@nongnu.org; Mon, 01 Sep 2014 04:08:58 -0400 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:38844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOMfR-0003AB-Mg for qemu-devel@nongnu.org; Mon, 01 Sep 2014 04:08:49 -0400 Received: by mail-wi0-f175.google.com with SMTP id ho1so12107679wib.8 for ; Mon, 01 Sep 2014 01:08:48 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5404298D.4080205@redhat.com> Date: Mon, 01 Sep 2014 10:08:45 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20140829172218.GD16755@irqsave.net> <20140830144641.GM14001@redhat.com> <20140830155343.GA2212@irqsave.net> <20140830160212.GH1302@redhat.com> <54037F82.9050209@redhat.com> In-Reply-To: <54037F82.9050209@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] tcmu-runner and QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andy Grover , "Richard W.M. Jones" , =?windows-1252?Q?Beno=EEt_Canet?= Cc: kwolf@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com Il 31/08/2014 22:03, Andy Grover ha scritto: >> So I think what you want is a `qemu-iscsi'? ie. the same as qemu-nbd, >> but with an iSCSI frontend (to replace the NBD server). > > You want qemu to be able to issue SCSI commands over iSCSI? I thought > qemu used libiscsi for this, to be the initiator. What Benoit and I have > been discussing is the other side, enabling qemu to configure LIO to > handle requests from other initiators Right, you're talking about the same thing; qemu-nbd is an NBD server (matching a "target" in SCSI speak) that understands qcow2. Paolo > (either VMs or iron) over iSCSI or > FCoE, but backed by qcow2 disk images. The problem being LIO doesn't > speak qcow2 yet.