OSDN Git Service

doc: add "setup" to list of migration states
authorPeter Feiner <peter@gridcentric.ca>
Fri, 16 May 2014 14:40:47 +0000 (10:40 -0400)
committerLuiz Capitulino <lcapitulino@redhat.com>
Tue, 20 May 2014 18:39:19 +0000 (14:39 -0400)
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>
qapi-schema.json
qmp-commands.hx

index 36cb964..f4ffede 100644 (file)
 # Information about current migration process.
 #
 # @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
 #          has been initiated
 #
index cae890e..408ae9c 100644 (file)
@@ -2937,7 +2937,7 @@ block migration status.
 The main json-object contains the following:
 
 - "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
                 migration has ended, it returns the total migration
                 time (json-int)