mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
schema: nodedev: Fix schema attribute value for the 'vport_ops' capability
The code (since448be8f706
) useds 'vport_ops' in XML. Later commitcc17f09246
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>
This commit is contained in:
parent
c728698a19
commit
4328018bd0
@ -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
|
||||
|
@ -416,7 +416,7 @@
|
||||
|
||||
<define name="capsvports">
|
||||
<attribute name="type">
|
||||
<value>vports_ops</value>
|
||||
<value>vport_ops</value>
|
||||
</attribute>
|
||||
<element name="max_vports">
|
||||
<ref name="unsignedInt"/>
|
||||
|
Loading…
Reference in New Issue
Block a user