qmp-commands: move 'migrate-start-postcopy' 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
d0d3fc7ff9
commit
3c3ea00a8c
@ -456,16 +456,6 @@ Example:
|
|||||||
-> { "execute": "migrate-set-cache-size", "arguments": { "value": 536870912 } }
|
-> { "execute": "migrate-set-cache-size", "arguments": { "value": 536870912 } }
|
||||||
<- { "return": {} }
|
<- { "return": {} }
|
||||||
|
|
||||||
migrate-start-postcopy
|
|
||||||
----------------------
|
|
||||||
|
|
||||||
Switch an in-progress migration to postcopy mode. Ignored after the end of
|
|
||||||
migration (or once already in postcopy).
|
|
||||||
|
|
||||||
Example:
|
|
||||||
-> { "execute": "migrate-start-postcopy" }
|
|
||||||
<- { "return": {} }
|
|
||||||
|
|
||||||
query-migrate-cache-size
|
query-migrate-cache-size
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
|
@ -1079,6 +1079,12 @@
|
|||||||
# command.
|
# command.
|
||||||
#
|
#
|
||||||
# Since: 2.5
|
# Since: 2.5
|
||||||
|
#
|
||||||
|
# Example:
|
||||||
|
#
|
||||||
|
# -> { "execute": "migrate-start-postcopy" }
|
||||||
|
# <- { "return": {} }
|
||||||
|
#
|
||||||
##
|
##
|
||||||
{ 'command': 'migrate-start-postcopy' }
|
{ 'command': 'migrate-start-postcopy' }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user