Signed-off-by: Han Han <hhan(a)redhat.com>
---
docs/formatdomain.html.in | 5 +++++
docs/schemas/domaincommon.rng | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 23eb0292..78fd8546 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -3448,6 +3448,11 @@
initiator IQN needed to access the source via mandatory
attribute <code>name</code>.
</dd>
+ <dt><code>iser</code></dt>
+ <dd><span class="since">Since libvirt 6.4.0 and QEMU
2.9</span>,
+ For <code>iscsi</code>, the element <code>iser</code>
is used to
+ enable the iSER(iSCSI Extensions for RDMA).
+ </dd>
<dt><code>address</code></dt>
<dd>For disk of type <code>nvme</code> this element
specifies the PCI address of the host NVMe
diff --git a/docs/schemas/domaincommon.rng b/docs/schemas/domaincommon.rng
index 9d60b090..e722069c 100644
--- a/docs/schemas/domaincommon.rng
+++ b/docs/schemas/domaincommon.rng
@@ -1810,6 +1810,11 @@
<optional>
<ref name="initiatorinfo"/>
</optional>
+ <optional>
+ <element name="iser">
+ <empty/>
+ </element>
+ </optional>
</interleave>
</element>
</define>
--
2.25.0