From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50645) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnqsE-0006LC-Fh for qemu-devel@nongnu.org; Thu, 19 Jan 2012 07:13:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rnqs9-0007rn-L4 for qemu-devel@nongnu.org; Thu, 19 Jan 2012 07:13:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rnqs9-0007pq-E1 for qemu-devel@nongnu.org; Thu, 19 Jan 2012 07:13:41 -0500 Message-ID: <4F1809BD.8020108@redhat.com> Date: Thu, 19 Jan 2012 13:17:01 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1324183735-16930-1-git-send-email-ronniesahlberg@gmail.com> <1324183735-16930-2-git-send-email-ronniesahlberg@gmail.com> In-Reply-To: <1324183735-16930-2-git-send-email-ronniesahlberg@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] iSCSI: add configuration variables for iSCSI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ronnie Sahlberg Cc: qemu-devel@nongnu.org Am 18.12.2011 05:48, schrieb Ronnie Sahlberg: > This patch adds configuration variables for iSCSI to set > initiator-name to use when logging in to the target, > which type of header-digest to negotiate with the target > and username and password for CHAP authentication. > > This allows specifying a initiator-name either from the command line > -iscsi initiator-name=iqn.2004-01.com.example:test > or from a configuration file included with -readconfig > [iscsi] > initiator-name = iqn.2004-01.com.example:test > header-digest = CRC32C|CRC32C-NONE|NONE-CRC32C|NONE > user = CHAP username > password = CHAP password > > The patch also updates the manpage and qemu-doc > > Signed-off-by: Ronnie Sahlberg So these options are global? What if I wanted to use two different setups for two different images? Kevin