Skip to content

Commit

Permalink
qmp-commands: move 'migrate-start-postcopy' doc to schema
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
  • Loading branch information
elmarco authored and Markus Armbruster committed Jan 16, 2017
1 parent d0d3fc7 commit 3c3ea00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/qmp-commands.txt
Expand Up @@ -456,16 +456,6 @@ Example:
-> { "execute": "migrate-set-cache-size", "arguments": { "value": 536870912 } }
<- { "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
------------------------

Expand Down
6 changes: 6 additions & 0 deletions qapi-schema.json
Expand Up @@ -1079,6 +1079,12 @@
# command.
#
# Since: 2.5
#
# Example:
#
# -> { "execute": "migrate-start-postcopy" }
# <- { "return": {} }
#
##
{ 'command': 'migrate-start-postcopy' }

Expand Down

0 comments on commit 3c3ea00

Please sign in to comment.