[Qemu-devel] [PATCH] qemu-doc: Add UUID support in initiator name

Fred Rolland posted 1 patch 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170823084830.30500-1-frolland@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
qemu-doc.texi | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
[Qemu-devel] [PATCH] qemu-doc: Add UUID support in initiator name
Posted by Fred Rolland 6 years, 8 months ago
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>
---
 qemu-doc.texi | 5 +++--
 1 file 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
-- 
2.9.5


Re: [Qemu-devel] [PATCH] qemu-doc: Add UUID support in initiator name
Posted by Stefan Hajnoczi 6 years, 8 months ago
On Wed, Aug 23, 2017 at 11:48:30AM +0300, Fred Rolland wrote:
> 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>
> ---
>  qemu-doc.texi | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Thanks, applied to my block-next tree:
https://github.com/stefanha/qemu/commits/block-next

Stefan