Change in vdsm[master]: vdsm: report remaining values in migration stats

peet at redhat.com peet at redhat.com
Tue May 28 11:04:26 UTC 2013


Peter V. Saveliev 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
does it matter? I can change, ok.
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 <peet at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Michal Skrivanek <michal.skrivanek at redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofrenkel at redhat.com>
Gerrit-Reviewer: Peter V. Saveliev <peet at redhat.com>
Gerrit-Reviewer: Vinzenz Feenstra <vfeenstr at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server


More information about the vdsm-patches mailing list