Michal Skrivanek has posted comments on this change.

Change subject: vdsm: Reduce the migration progress timeout
......................................................................


Patch Set 4:

(1 comment)

....................................................
File vdsm/vm.py
Line 747:             if (smallest_dataRemaining is None or
Line 748:                     smallest_dataRemaining > dataRemaining):
Line 749:                 smallest_dataRemaining = dataRemaining
Line 750:                 lastProgressTime = time.time()
Line 751:             elif (time.time() - lastProgressTime) > progress_timeout:
yeah…but it seems to me it's not really canceling the migration anywhere.
Line 752:                 # Migration is stuck, abort
Line 753:                 self._vm.log.warn(
Line 754:                     'Migration is stuck: Hasn\'t progressed in %s 
seconds. '
Line 755:                     'Aborting.' % (time.time() - lastProgressTime))


-- 
To view, visit http://gerrit.ovirt.org/16602
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I8f314d70b8f32cfff58f9776bcc2182a748a9b67
Gerrit-PatchSet: 4
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Vinzenz Feenstra <vfeen...@redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Federico Simoncelli <fsimo...@redhat.com>
Gerrit-Reviewer: Michal Skrivanek <michal.skriva...@redhat.com>
Gerrit-Reviewer: Peter V. Saveliev <p...@redhat.com>
Gerrit-Reviewer: Vinzenz Feenstra <vfeen...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to