Re: [libvirt] [RFC PATCH] Add new migration flag VIR_MIGRATE_DRY_RUN

2018-11-14 Thread Jim Fehlig
On 11/13/18 3:29 AM, Daniel P. Berrangé wrote: On Mon, Nov 12, 2018 at 11:33:04AM -0700, Jim Fehlig wrote: On 11/12/18 4:26 AM, Daniel P. Berrangé wrote: On Fri, Nov 02, 2018 at 04:34:02PM -0600, Jim Fehlig wrote: A dry run can be used as a best-effort check that a migration command will

Re: [libvirt] [RFC PATCH] Add new migration flag VIR_MIGRATE_DRY_RUN

2018-11-13 Thread Daniel P . Berrangé
On Mon, Nov 12, 2018 at 11:33:04AM -0700, Jim Fehlig wrote: > On 11/12/18 4:26 AM, Daniel P. Berrangé wrote: > > On Fri, Nov 02, 2018 at 04:34:02PM -0600, Jim Fehlig wrote: > > > A dry run can be used as a best-effort check that a migration command > > > will succeed. The destination host will be

Re: [libvirt] [RFC PATCH] Add new migration flag VIR_MIGRATE_DRY_RUN

2018-11-12 Thread Jim Fehlig
On 11/12/18 4:26 AM, Daniel P. Berrangé wrote: On Fri, Nov 02, 2018 at 04:34:02PM -0600, Jim Fehlig wrote: A dry run can be used as a best-effort check that a migration command will succeed. The destination host will be checked to see if it can accommodate the resources required by the domain.

Re: [libvirt] [RFC PATCH] Add new migration flag VIR_MIGRATE_DRY_RUN

2018-11-12 Thread Daniel P . Berrangé
On Fri, Nov 02, 2018 at 04:34:02PM -0600, Jim Fehlig wrote: > A dry run can be used as a best-effort check that a migration command > will succeed. The destination host will be checked to see if it can > accommodate the resources required by the domain. DRY_RUN will fail if > the destination host

Re: [libvirt] [RFC PATCH] Add new migration flag VIR_MIGRATE_DRY_RUN

2018-11-05 Thread Jim Fehlig
On 11/5/18 1:46 AM, Michal Privoznik wrote: On 11/02/2018 11:34 PM, Jim Fehlig wrote: A dry run can be used as a best-effort check that a migration command will succeed. The destination host will be checked to see if it can accommodate the resources required by the domain. DRY_RUN will fail if

Re: [libvirt] [RFC PATCH] Add new migration flag VIR_MIGRATE_DRY_RUN

2018-11-05 Thread Michal Privoznik
On 11/02/2018 11:34 PM, Jim Fehlig wrote: > A dry run can be used as a best-effort check that a migration command > will succeed. The destination host will be checked to see if it can > accommodate the resources required by the domain. DRY_RUN will fail if > the destination host is not capable of

[libvirt] [RFC PATCH] Add new migration flag VIR_MIGRATE_DRY_RUN

2018-11-02 Thread Jim Fehlig
A dry run can be used as a best-effort check that a migration command will succeed. The destination host will be checked to see if it can accommodate the resources required by the domain. DRY_RUN will fail if the destination host is not capable of running the domain. Although a subsequent