提交 4cfa9309 编写于 作者: J John Ferlan

schema: Add rdma for host migrate transport capability

https://bugzilla.redhat.com/show_bug.cgi?id=1572491

Commit id 'b3fd95e3' 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: NJohn Ferlan <jferlan@redhat.com>
ACKed-by Michal Privoznik <mprivozn@redhat.com>
上级 dcd9db75
......@@ -162,6 +162,7 @@
<choice>
<value>vpxmigr</value>
<value>tcp</value>
<value>rdma</value>
</choice>
</element>
</oneOrMore>
......
......@@ -8,6 +8,7 @@
<live/>
<uri_transports>
<uri_transport>tcp</uri_transport>
<uri_transport>rdma</uri_transport>
</uri_transports>
</migration_features>
<topology>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册