[libvirt] [PATCH 1/2] docs: Clarification for when allowed to use 'lun' for "volume"

John Ferlan jferlan at redhat.com
Fri Jun 26 18:15:34 UTC 2015


While re-reading what I wrote for commit id '785a8940e', I realized
I needed to clarify that being able to present as a 'lun', the mode
property for the pool source element needed to be "host" (or empty)
and not "direct".

It was described correctly later in the mode host description, but
this just ensures it's not missed here as well.

Signed-off-by: John Ferlan <jferlan at redhat.com>
---
 docs/formatdomain.html.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 172b84a..6c3459e 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -1972,7 +1972,8 @@
             Using "lun" (<span class="since">since 0.9.10</span>) is only
             valid when the <code>type</code> is "block" or "network" for
             <code>protocol='iscsi'</code> or when the <code>type</code>
-            is "volume" when using an iSCSI source <code>pool</code>.
+            is "volume" when using an iSCSI source <code>pool</code>
+            for <code>mode</code> "host".
             Configured in this manner, the LUN behaves identically to "disk",
             except that generic SCSI commands from the guest are accepted
             and passed through to the physical device. Also note that
-- 
2.1.0




More information about the libvir-list mailing list