qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH COLO-Frame v10 05/38] migration: Integrate COLO


From: zhanghailiang
Subject: Re: [Qemu-devel] [PATCH COLO-Frame v10 05/38] migration: Integrate COLO checkpoint process into migration
Date: Mon, 16 Nov 2015 21:00:06 +0800
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0

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 <address@hidden>
Signed-off-by: Li Zhijian <address@hidden>
Signed-off-by: Gonglei <address@hidden>
---
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

[Prev in Thread] Current Thread [Next in Thread]