qmp-commands: move 'x-colo-lost-heartbeat' doc to schema

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
Marc-André Lureau 2016-11-01 11:18:01 +03:00 committed by Markus Armbruster
parent 7d1182d989
commit c08d64434a
2 changed files with 6 additions and 10 deletions

View File

@ -94,16 +94,6 @@ Example:
Note: CPUs' indexes are obtained with the 'query-cpus' command.
x-colo-lost-heartbeat
--------------------
Tell COLO that heartbeat is lost, a failover or takeover is needed.
Example:
-> { "execute": "x-colo-lost-heartbeat" }
<- { "return": {} }
qmp_capabilities
----------------

View File

@ -1157,6 +1157,12 @@
# then takes over server operation to become the service VM.
#
# Since: 2.8
#
# Example:
#
# -> { "execute": "x-colo-lost-heartbeat" }
# <- { "return": {} }
#
##
{ 'command': 'x-colo-lost-heartbeat' }