On 2015/11/14 0:42, Eric Blake wrote:
On 11/03/2015 04:56 AM, zhanghailiang wrote:
Add a migrate state: MIGRATION_STATUS_COLO, enter this migration state
after the first live migration successfully finished.

We reuse migration thread, so if colo is enabled by user, migration thread will
go into the process of colo.

Signed-off-by: zhanghailiang <zhang.zhanghaili...@huawei.com>
Signed-off-by: Li Zhijian <lizhij...@cn.fujitsu.com>
Signed-off-by: Gonglei <arei.gong...@huawei.com>
---
v10: Simplify process by dropping colo thread and reusing migration thread.
      (Dave's suggestion)
---

+++ b/qapi-schema.json
@@ -439,7 +439,7 @@
  ##
  { 'enum': 'MigrationStatus',
    'data': [ 'none', 'setup', 'cancelling', 'cancelled',
-            'active', 'completed', 'failed' ] }
+            'active', 'completed', 'failed', 'colo' ] }


Missing documentation of the new state, including a '(since 2.6)' tag.


Good catch, i will fix it in next version, thanks.



Reply via email to