doc: add "setup" to list of migration states

On a slow VM (e.g., nested), you see the "setup" state when you query the
migration status.

Signed-off-by: Peter Feiner <peter@gridcentric.ca>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
master
Peter Feiner 2014-05-16 10:40:47 -04:00 committed by Luiz Capitulino
parent c5fa6c86d0
commit 3b69595068
2 changed files with 2 additions and 2 deletions

View File

@ -691,7 +691,7 @@
# Information about current migration process. # Information about current migration process.
# #
# @status: #optional string describing the current migration status. # @status: #optional string describing the current migration status.
# As of 0.14.0 this can be 'active', 'completed', 'failed' or # As of 0.14.0 this can be 'setup', 'active', 'completed', 'failed' or
# 'cancelled'. If this field is not returned, no migration process # 'cancelled'. If this field is not returned, no migration process
# has been initiated # has been initiated
# #

View File

@ -2937,7 +2937,7 @@ block migration status.
The main json-object contains the following: The main json-object contains the following:
- "status": migration status (json-string) - "status": migration status (json-string)
- Possible values: "active", "completed", "failed", "cancelled" - Possible values: "setup", "active", "completed", "failed", "cancelled"
- "total-time": total amount of ms since migration started. If - "total-time": total amount of ms since migration started. If
migration has ended, it returns the total migration migration has ended, it returns the total migration
time (json-int) time (json-int)