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

2012-10-16 Thread li guang
在 2012-10-16二的 13:19 +0100,Daniel P. Berrange写道: > On Thu, Oct 11, 2012 at 12:17:56PM +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 migrati

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

2012-10-16 Thread Daniel P. Berrange
On Thu, Oct 11, 2012 at 12:17:56PM +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 > migr

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

2012-10-16 Thread li guang
ping ... 在 2012-10-11四的 12:17 +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 > migration pro

[libvirt] [PATCH v10] support offline migration

2012-10-10 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