[PATCH v1 3/5] docs: Support iser transport of iscsi

Han Han hhan at redhat.com
Mon Apr 27 02:01:08 UTC 2020


Signed-off-by: Han Han <hhan at redhat.com>
---
 docs/formatdomain.html.in     | 10 ++++++----
 docs/schemas/domaincommon.rng |  1 +
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index c5305739..ae3fcc8d 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -3327,10 +3327,12 @@
             </table>
             <p>
             gluster supports "tcp", "rdma", "unix" as valid values for the
-            transport attribute.  nbd supports "tcp" and "unix".  Others only
-            support "tcp".  If nothing is specified, "tcp" is assumed. If the
-            transport is "unix", the socket attribute specifies the path to an
-            AF_UNIX socket.
+            transport attribute.  nbd supports "tcp" and "unix". iscsi supports
+            "tcp" and "iser"
+            <span class="since">Since libvirt 6.3.0(QEMU 2.9)</span>. Others
+            only support "tcp". If nothing is specified, "tcp" is assumed.
+            If the transport is "unix", the socket attribute specifies
+            the path to an AF_UNIX socket.
             </p>
           </dd>
           <dt><code>snapshot</code></dt>
diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index 7f18e5b6..7ae9522e 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -1725,6 +1725,7 @@
               <choice>
                 <value>tcp</value>
                 <value>rdma</value>
+                <value>iser</value>
               </choice>
             </attribute>
           </optional>
-- 
2.25.0




More information about the libvir-list mailing list