From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R455v-0006fg-AC for qemu-devel@nongnu.org; Thu, 15 Sep 2011 02:06:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R455u-0004oo-1y for qemu-devel@nongnu.org; Thu, 15 Sep 2011 02:06:43 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:52358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R455t-0004oc-TS for qemu-devel@nongnu.org; Thu, 15 Sep 2011 02:06:42 -0400 Received: by fxh13 with SMTP id 13so348002fxh.4 for ; Wed, 14 Sep 2011 23:06:41 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4E7195EE.2050001@redhat.com> Date: Thu, 15 Sep 2011 08:06:38 +0200 From: Paolo Bonzini MIME-Version: 1.0 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> <1316018217.2317.34.camel@dhcp-1-120.tlv.redhat.com> In-Reply-To: <1316018217.2317.34.camel@dhcp-1-120.tlv.redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Add iSCSI support for QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Orit Wasserman Cc: Kevin Wolf , stefanha@linux.vnet.ibm.com, Stefan Hajnoczi , qemu-devel@nongnu.org, fujita.tomonori@lab.ntt.co.jp, RonnieSahlberg , Christoph Hellwig On 09/14/2011 06:36 PM, Orit Wasserman wrote: > > I think NBD would be fine, especially with a flush command. > I think NBD would be fine, especially with a flush command. > If I remember correctly , there is a problem with NBD with an image with > a backing file chain . NBD client only displays a single file image. > With ISCSI we can use different luns per image file. The NBD protocol supports multiple named exports, just not QEMU's implementation. Paolo