提交 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 @@ ...@@ -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 @@ ...@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册