mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
schema: Add rdma for host migrate transport capability
https://bugzilla.redhat.com/show_bug.cgi?id=1572491 Commit id 'b3fd95e36' added rdma as a valid option for virCapabilitiesAddHostMigrateTransport, but didn't update the capabilities schema resulting in possible virt-xml-validate failure. While at it, update the capabilityschemadata for caps-qemu-kvm Signed-off-by: John Ferlan <jferlan@redhat.com> ACKed-by Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
dcd9db75fe
commit
4cfa9309dc
@ -162,6 +162,7 @@
|
|||||||
<choice>
|
<choice>
|
||||||
<value>vpxmigr</value>
|
<value>vpxmigr</value>
|
||||||
<value>tcp</value>
|
<value>tcp</value>
|
||||||
|
<value>rdma</value>
|
||||||
</choice>
|
</choice>
|
||||||
</element>
|
</element>
|
||||||
</oneOrMore>
|
</oneOrMore>
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
<live/>
|
<live/>
|
||||||
<uri_transports>
|
<uri_transports>
|
||||||
<uri_transport>tcp</uri_transport>
|
<uri_transport>tcp</uri_transport>
|
||||||
|
<uri_transport>rdma</uri_transport>
|
||||||
</uri_transports>
|
</uri_transports>
|
||||||
</migration_features>
|
</migration_features>
|
||||||
<topology>
|
<topology>
|
||||||
|
Loading…
Reference in New Issue
Block a user