Blame SOURCES/kvm-qemu-doc-Add-UUID-support-in-initiator-name.patch

4a2fec
From 09899daebbc5b41e11de57442939e5b71ac28085 Mon Sep 17 00:00:00 2001
4a2fec
From: Fam Zheng <famz@redhat.com>
4a2fec
Date: Thu, 30 Nov 2017 09:25:40 +0100
4a2fec
Subject: [PATCH 03/36] qemu-doc: Add UUID support in initiator name
4a2fec
4a2fec
RH-Author: Fam Zheng <famz@redhat.com>
4a2fec
Message-id: <20171130092544.19231-2-famz@redhat.com>
4a2fec
Patchwork-id: 78017
4a2fec
O-Subject: [RHV7.5 qemu-kvm-ma PATCH 1/5] qemu-doc: Add UUID support in initiator name
4a2fec
Bugzilla: 1494210
4a2fec
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
4a2fec
RH-Acked-by: Jeffrey Cody <jcody@redhat.com>
4a2fec
RH-Acked-by: John Snow <jsnow@redhat.com>
4a2fec
4a2fec
From: Fred Rolland <rollandf@gmail.com>
4a2fec
4a2fec
Update doc with the usage of UUID for initiator name.
4a2fec
4a2fec
Related-To: https://bugzilla.redhat.com/1006468
4a2fec
Signed-off-by: Fred Rolland <frolland@redhat.com>
4a2fec
Message-id: 20170823084830.30500-1-frolland@redhat.com
4a2fec
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
4a2fec
(cherry picked from commit fb9429ddc124c46731185b2781804d4fd39b658c)
4a2fec
Signed-off-by: Fam Zheng <famz@redhat.com>
4a2fec
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
4a2fec
4a2fec
Conflicts:
4a2fec
	qemu-doc.texi
4a2fec
We use "qemu-kvm" in the text instead of "qemu" in downstream.
4a2fec
---
4a2fec
 qemu-doc.texi | 5 +++--
4a2fec
 1 file changed, 3 insertions(+), 2 deletions(-)
4a2fec
4a2fec
diff --git a/qemu-doc.texi b/qemu-doc.texi
4a2fec
index da0e513..db09b7e 100644
4a2fec
--- a/qemu-doc.texi
4a2fec
+++ b/qemu-doc.texi
4a2fec
@@ -1066,10 +1066,11 @@ in a configuration file provided via '-readconfig' or directly on the
4a2fec
 command line.
4a2fec
 
4a2fec
 If the initiator-name is not specified qemu-kvm will use a default name
4a2fec
-of 'iqn.2008-11.org.linux-kvm[:<name>'] where <name> is the name of the
4a2fec
+of 'iqn.2008-11.org.linux-kvm[:<uuid>'] where <uuid> is the UUID of the
4a2fec
+virtual machine. If the UUID is not specified qemu will use
4a2fec
+'iqn.2008-11.org.linux-kvm[:<name>'] where <name> is the name of the
4a2fec
 virtual machine.
4a2fec
 
4a2fec
-
4a2fec
 @example
4a2fec
 Setting a specific initiator name to use when logging in to the target
4a2fec
 -iscsi initiator-name=iqn.qemu.test:my-initiator
4a2fec
-- 
4a2fec
1.8.3.1
4a2fec