Francesco Romani has posted comments on this change. Change subject: migration: added support for convergance schedule ......................................................................
Patch Set 1: (1 comment) https://gerrit.ovirt.org/#/c/46940/1/vdsm/virt/migration.py File vdsm/virt/migration.py: Line 485: self._vm = vm Line 486: self._startTime = startTime Line 487: self.daemon = True Line 488: self.progress = 0 Line 489: self._convergenceSchedule = convergenceSchedule > I need to look ahead if the next action to apply or not (based on stalling fair enough Line 490: Line 491: @property Line 492: def enabled(self): Line 493: return MonitorThread._MIGRATION_MONITOR_INTERVAL > 0 -- 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: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Tomas Jelinek <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
