Blame SOURCES/libvirt-docs-Add-Fibre-Channel-NPIV-supported-option-for-volume-lun-config.patch

7a3408
From a45c385857dc2d5a19f9d1509e1d473466d68a60 Mon Sep 17 00:00:00 2001
7a3408
Message-Id: <a45c385857dc2d5a19f9d1509e1d473466d68a60@dist-git>
7a3408
From: John Ferlan <jferlan@redhat.com>
7a3408
Date: Tue, 4 Aug 2015 08:05:51 -0400
7a3408
Subject: [PATCH] docs: Add Fibre Channel NPIV supported option for volume lun
7a3408
 config
7a3408
7a3408
https://bugzilla.redhat.com/show_bug.cgi?id=1238545
7a3408
7a3408
"Further" clarification (and testing) shows that using a SCSI Fibre
7a3408
Channel NPIV device/lun from a storage pool as a 
7a3408
device'lun'> will work. So just add that to the allowable options
7a3408
7a3408
Related to: https://bugzilla.redhat.com/show_bug.cgi?id=1230179
7a3408
7a3408
(cherry picked from commit 4ae72f131b7eb7e860d4400378f47d5383f13705)
7a3408
Signed-off-by: John Ferlan <jferlan@redhat.com>
7a3408
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
7a3408
---
7a3408
 docs/formatdomain.html.in | 4 +++-
7a3408
 1 file changed, 3 insertions(+), 1 deletion(-)
7a3408
7a3408
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
7a3408
index ea2fff8..8785200 100644
7a3408
--- a/docs/formatdomain.html.in
7a3408
+++ b/docs/formatdomain.html.in
7a3408
@@ -1973,7 +1973,9 @@
7a3408
             valid when the type is "block" or "network" for
7a3408
             protocol='iscsi' or when the type
7a3408
             is "volume" when using an iSCSI source pool
7a3408
-            for mode "host".
7a3408
+            for mode "host" or as an
7a3408
+            NPIV
7a3408
+            virtual Host Bus Adapter (vHBA) using a Fibre Channel storage pool.
7a3408
             Configured in this manner, the LUN behaves identically to "disk",
7a3408
             except that generic SCSI commands from the guest are accepted
7a3408
             and passed through to the physical device. Also note that
7a3408
-- 
7a3408
2.5.0
7a3408