On 06/16/2010 10:45 AM, Stefan Hajnoczi wrote:
migrate
-------

Migrate to URI.

This command will not be compatible with 0.14.

Regards,

Anthony Liguori

Arguments:

- "blk": block migration, full disk copy (json-bool, optional)
- "inc": incremental disk copy (json-bool, optional)
- "uri": Destination URI (json-string)

Example:

->  { "execute": "migrate", "arguments": { "uri": "tcp:0:4446" } }
<- { "return": {} }

Notes:

(1) The 'query-migrate' command should be used to check migration's progress
     and final result (this information is provided by the 'status' member)
(2) All boolean arguments default to false
(3) The user Monitor's "detach" argument is invalid in QMP and should not
     be used


Reply via email to