qapi: fix example of query-colo-status command
The example output is missing the mandatory member @last-mode in the return value. Fix it. Signed-off-by: Victor Toso <victortoso@redhat.com> Message-Id: <20220331190633.121077-7-victortoso@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
c7f4a0fc78
commit
51ec294d8e
@ -1679,7 +1679,7 @@
|
||||
# Example:
|
||||
#
|
||||
# -> { "execute": "query-colo-status" }
|
||||
# <- { "return": { "mode": "primary", "reason": "request" } }
|
||||
# <- { "return": { "mode": "primary", "last-mode": "none", "reason": "request" } }
|
||||
#
|
||||
# Since: 3.1
|
||||
##
|
||||
|
Loading…
Reference in New Issue
Block a user