Francesco Romani has posted comments on this change. Change subject: migration: added support for convergance schedule ......................................................................
Patch Set 8: (1 comment) https://gerrit.ovirt.org/#/c/46940/8/vdsm/virt/migration.py File vdsm/virt/migration.py: Line 134: for lim, (act, params) in schedule[1] Line 135: ] Line 136: ) Line 137: Line 138: self.log.debug('convergence schedule set to: '+str(self._convergence_schedule)) > ah, yes, forgotten :) And in turn I forgot the '%s': self.log.debug('convergence schedule set to: %s', str(self._convergence_schedule)) Line 139: Line 140: Line 141: @property Line 142: def hibernating(self): -- 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: 8 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: gerrit-hooks <[email protected]> Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
