Michal Skrivanek has posted comments on this change. Change subject: vdsm: report remaining values in migration stats ......................................................................
Patch Set 1: (1 inline comment) .................................................... File vdsm/vm.py Line 124: """ Line 125: if self._monitorThread is not None: Line 126: # fetch migration status from the monitor thread Line 127: # shortcut to make flake8 happy Line 128: t = self._monitorThread why not use it at line 125 as well then? Line 129: self.status['progress'] = int( Line 130: float(t.data_progress + t.mem_progress) / 2) Line 131: self.status['remaining'] = t.remaining Line 132: self.status['remaining_lowmark'] = t.remaining_lowmark -- To view, visit http://gerrit.ovirt.org/15125 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Idc32fa00eaa1b90c3ba9d0afffdeb1cdd8150f9a Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Peter V. Saveliev <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Vinzenz Feenstra <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
