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:
parent
7d1182d989
commit
c08d64434a
@ -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
|
||||
----------------
|
||||
|
||||
|
@ -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' }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user