From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37668) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3rkW-0005yM-65 for qemu-devel@nongnu.org; Wed, 14 Sep 2011 11:51:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R3rkR-0002iV-3X for qemu-devel@nongnu.org; Wed, 14 Sep 2011 11:51:44 -0400 Received: from mail-yx0-f173.google.com ([209.85.213.173]:56455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3rkQ-0002iB-0M for qemu-devel@nongnu.org; Wed, 14 Sep 2011 11:51:38 -0400 Received: by yxl11 with SMTP id 11so1768649yxl.4 for ; Wed, 14 Sep 2011 08:51:37 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20110914154033.GA13411@lst.de> References: <1315628610-28222-1-git-send-email-ronniesahlberg@gmail.com> <4E6DC94C.4090503@redhat.com> <1316003085.2317.28.camel@dhcp-1-120.tlv.redhat.com> <20110914143754.GC12218@lst.de> <20110914154033.GA13411@lst.de> Date: Wed, 14 Sep 2011 16:51:37 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] Add iSCSI support for QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Hellwig Cc: Kevin Wolf , stefanha@linux.vnet.ibm.com, qemu-devel@nongnu.org, fujita.tomonori@lab.ntt.co.jp, Orit Wasserman , RonnieSahlberg On Wed, Sep 14, 2011 at 4:40 PM, Christoph Hellwig wrote: > On Wed, Sep 14, 2011 at 04:35:50PM +0100, Stefan Hajnoczi wrote: >> I think the motivation for iSCSI target support in QEMU is exactly >> what you mentioned - providing shared storage. =A0In migration scenarios >> it is necessary temporarily make shared storage possible with an image >> that is on a local disk. > > Why do we need to use the complex iSCSI protocol for that instead of > simply using NBD? I think NBD would be fine, especially with a flush command. Stefan