diff options
author | Peter Krempa <pkrempa@redhat.com> | 2022-08-25 10:34:58 +0200 |
---|---|---|
committer | Peter Krempa <pkrempa@redhat.com> | 2022-09-01 13:11:09 +0200 |
commit | 4328018bd0cdb704cdcdbf98c710a8814d0831d9 (patch) | |
tree | b599fedce019536cd217c64e4ade4154561b59d9 /docs | |
parent | c728698a19566fc665ae1d338f8e0b2788a0fae1 (diff) | |
download | libvirt-4328018bd0cdb704cdcdbf98c710a8814d0831d9.tar.gz |
schema: nodedev: Fix schema attribute value for the 'vport_ops' capability
The code (since 448be8f706693327d77) useds 'vport_ops' in XML.
Later commit cc17f09246212ef added schema for 'vports_ops' (extra 's').
Fix the schema and the corresponding docs.
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2121262
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/formatnode.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/formatnode.rst b/docs/formatnode.rst index 5903cac7fe..61c2a0965f 100644 --- a/docs/formatnode.rst +++ b/docs/formatnode.rst @@ -250,7 +250,7 @@ Describes a SCSI host device. Sub-elements include: scsi_host adapter in a `Storage Pool <formatstorage.html>`__. :since:`Since 1.2.7` ``capability`` - Current capabilities include "vports_ops" (indicates vport operations + Current capabilities include "vport_ops" (indicates vport operations are supported) and "fc_host". "vport_ops" could contain two optional sub-elements: ``vports``, and ``max_vports``. ``vports`` shows the number of vport in use. ``max_vports`` shows the maximum vports the HBA |