Re: [PATCH] Allow setting migration max downtime any time

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

 



On Mon, Sep 29, 2014 at 13:45:28 +0000, chris.a.st.pierre@xxxxxxxxx wrote:
> From: "Chris St. Pierre" <chris.a.st.pierre@xxxxxxxxx>
> 
> This removes the artificial and unnecessary restriction that
> virDomainSetMaxDowntime() only be called while a migration is in
> progress.
> ---
>  src/qemu/qemu_driver.c | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c
> index 6606154..7e53752 100644
> --- a/src/qemu/qemu_driver.c
> +++ b/src/qemu/qemu_driver.c
> @@ -12023,12 +12023,6 @@ qemuDomainMigrateSetMaxDowntime(virDomainPtr dom,
>  
>      priv = vm->privateData;
>  
> -    if (priv->job.asyncJob != QEMU_ASYNC_JOB_MIGRATION_OUT) {
> -        virReportError(VIR_ERR_OPERATION_INVALID,
> -                       "%s", _("domain is not being migrated"));
> -        goto endjob;
> -    }
> -
>      VIR_DEBUG("Setting migration downtime to %llums", downtime);
>      qemuDomainObjEnterMonitor(driver, vm);
>      ret = qemuMonitorSetMigrationDowntime(priv->mon, downtime);

All other qemuDomainMigrareSet* APIs are allowed even when migration has
not been started yet and there's not reason to keep the check here.

ACK and pushed.

Jirka

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]