Re: [libvirt] [PATCH v14] support offline migration

2012-11-18 Thread Wenchao Xia
+1 to support adding offline migration API in libvirt, for my knowledge there were multiple higher management stack in product did a couple of operations with delete/define to archieve this goal, but with those fragment operation, higher management need pay more attention and low level knowledge

Re: [libvirt] [PATCH v14] support offline migration

2012-11-18 Thread li guang
在 2012-11-19一的 10:05 +0800,li guang写道: > 在 2012-11-16五的 13:59 +0100,Jiri Denemark写道: > > On Mon, Nov 12, 2012 at 09:57:29 +0800, liguang wrote: > > > original migration did not aware of offline case, > > > so, try to support offline migration quietly > > > (did not disturb original migration) by pa

Re: [libvirt] [PATCH v14] support offline migration

2012-11-18 Thread li guang
在 2012-11-16五的 13:59 +0100,Jiri Denemark写道: > On Mon, Nov 12, 2012 at 09:57:29 +0800, liguang wrote: > > original migration did not aware of offline case, > > so, try to support offline migration quietly > > (did not disturb original migration) by pass > > VIR_MIGRATE_OFFLINE flag to migration APIs

Re: [libvirt] [PATCH v14] support offline migration

2012-11-16 Thread Jiri Denemark
On Mon, Nov 12, 2012 at 09:57:29 +0800, liguang wrote: > original migration did not aware of offline case, > so, try to support offline migration quietly > (did not disturb original migration) by pass > VIR_MIGRATE_OFFLINE flag to migration APIs if only > the domain is really inactive, and > migrat

Re: [libvirt] [PATCH v14] support offline migration

2012-11-15 Thread li guang
Hi, Jiri any comment? 在 2012-11-12一的 09:57 +0800,liguang写道: > original migration did not aware of offline case, > so, try to support offline migration quietly > (did not disturb original migration) by pass > VIR_MIGRATE_OFFLINE flag to migration APIs if only > the domain is really inactive, and >

[libvirt] [PATCH v14] support offline migration

2012-11-11 Thread liguang
original migration did not aware of offline case, so, try to support offline migration quietly (did not disturb original migration) by pass VIR_MIGRATE_OFFLINE flag to migration APIs if only the domain is really inactive, and migration process will not puzzled by domain offline and exit unexpectedl