qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] iSCSI: add configuration variables for iSCSI


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] iSCSI: add configuration variables for iSCSI
Date: Sun, 18 Dec 2011 14:48:01 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110930 Thunderbird/7.0.1

On 12/18/2011 05:48 AM, Ronnie Sahlberg wrote:
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

header digest and user look like they should be options to the block driver. For the password you can reuse the system used by qcow2 perhaps?

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]