From 3b6959506831193f37cc830c8e111b437c0d1380 Mon Sep 17 00:00:00 2001 From: Peter Feiner Date: Fri, 16 May 2014 10:40:47 -0400 Subject: 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 Reviewed-by: Eric Blake Signed-off-by: Luiz Capitulino --- qmp-commands.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qmp-commands.hx') diff --git a/qmp-commands.hx b/qmp-commands.hx index cae890ee5d..408ae9c07b 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -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) -- cgit v1.2.1