diff options
author | Fred Rolland <rollandf@gmail.com> | 2017-08-23 11:48:30 +0300 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2017-08-30 13:47:53 +0100 |
commit | fb9429ddc124c46731185b2781804d4fd39b658c (patch) | |
tree | 84530a9c303bb4a0aee60972060c351ff558a343 /qemu-doc.texi | |
parent | 0ea47d0f36112f0f38661e2e430edf32737c7f43 (diff) | |
download | qemu-fb9429ddc124c46731185b2781804d4fd39b658c.zip qemu-fb9429ddc124c46731185b2781804d4fd39b658c.tar.gz qemu-fb9429ddc124c46731185b2781804d4fd39b658c.tar.bz2 |
qemu-doc: Add UUID support in initiator name
Update doc with the usage of UUID for initiator name.
Related-To: https://bugzilla.redhat.com/1006468
Signed-off-by: Fred Rolland <frolland@redhat.com>
Message-id: 20170823084830.30500-1-frolland@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 9811476..4076226 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -1066,10 +1066,11 @@ in a configuration file provided via '-readconfig' or directly on the command line. If the initiator-name is not specified qemu will use a default name -of 'iqn.2008-11.org.linux-kvm[:<name>'] where <name> is the name of the +of 'iqn.2008-11.org.linux-kvm[:<uuid>'] where <uuid> is the UUID of the +virtual machine. If the UUID is not specified qemu will use +'iqn.2008-11.org.linux-kvm[:<name>'] where <name> is the name of the virtual machine. - @example Setting a specific initiator name to use when logging in to the target -iscsi initiator-name=iqn.qemu.test:my-initiator |