Re: [libvirt] [PATCH v2 0/5] Introduce virDomainMigrateSetMaxDowntime API

2010-03-22 Thread Jiri Denemark
> > > This API call sets maximum tolerable time for which the domain is allowed > > > to be > > > paused at the end of live migration. It's supposed to be called while the > > > domain is being live-migrated as a reaction to migration progress. > > > > Changes in version 3: > > - use milliseconds

Re: [libvirt] [PATCH v2 0/5] Introduce virDomainMigrateSetMaxDowntime API

2010-03-19 Thread Daniel Veillard
On Fri, Mar 19, 2010 at 04:51:11PM +0100, Jiri Denemark wrote: > > This API call sets maximum tolerable time for which the domain is allowed > > to be > > paused at the end of live migration. It's supposed to be called while the > > domain is being live-migrated as a reaction to migration progress

Re: [libvirt] [PATCH v2 0/5] Introduce virDomainMigrateSetMaxDowntime API

2010-03-19 Thread Jiri Denemark
> This API call sets maximum tolerable time for which the domain is allowed to > be > paused at the end of live migration. It's supposed to be called while the > domain is being live-migrated as a reaction to migration progress. Changes in version 3: - use milliseconds instead of nanoseconds both

[libvirt] [PATCH v2 0/5] Introduce virDomainMigrateSetMaxDowntime API

2010-03-18 Thread Jiri Denemark
This API call sets maximum tolerable time for which the domain is allowed to be paused at the end of live migration. It's supposed to be called while the domain is being live-migrated as a reaction to migration progress. Changes in version 2: - API renamed to reflect it's maximum downtime - new fl