Change in vdsm[master]: migration: added support for convergence schedule

tjelinek at redhat.com tjelinek at redhat.com
Tue Mar 8 12:50:19 UTC 2016


Tomas Jelinek has posted comments on this change.

Change subject: migration: added support for convergence schedule
......................................................................


Patch Set 19:

(1 comment)

https://gerrit.ovirt.org/#/c/46940/19/vdsm/virt/migration.py
File vdsm/virt/migration.py:

Line 341:                         self._startUnderlyingMigration(time.time())
Line 342:                         self._finishSuccessfully()
Line 343:                 except libvirt.libvirtError as e:
Line 344:                     if (e.get_error_code() ==
Line 345:                             libvirt.VIR_ERR_OPERATION_ABORTED):
> nit: unneeded remove
Done
Line 346:                         self.status = response.error(
Line 347:                             'migCancelErr', message='Migration canceled')
Line 348:                     raise
Line 349:         except MigrationDestinationSetupError as e:


-- 
To view, visit https://gerrit.ovirt.org/46940
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I989cff12d08ef1cab36bd10df7daaa999a8dac14
Gerrit-PatchSet: 19
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Tomas Jelinek <tjelinek at redhat.com>
Gerrit-Reviewer: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Tomas Jelinek <tjelinek at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list