Vinzenz Feenstra has uploaded a new change for review.

Change subject: Use the correct configuration value for ovirt-3.3
......................................................................

Use the correct configuration value for ovirt-3.3

During the backport the name of the configuration value used has been
improperly backported.
migration_progress_timeout does not yet exist for ovirt-3.3

Change-Id: I9151ae1521a330f8e00ddf2f96d4b67888a0a7d6
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1069220
Signed-off-by: Vinzenz Feenstra <vfeen...@redhat.com>
---
M vdsm/vm.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/29/25929/1

diff --git a/vdsm/vm.py b/vdsm/vm.py
index 071b9f3..529b1bc 100644
--- a/vdsm/vm.py
+++ b/vdsm/vm.py
@@ -781,7 +781,7 @@
         migrationMaxTime = (maxTimePerGiB * memSize + 1023) / 1024
         lastProgressTime = time.time()
         smallest_dataRemaining = None
-        progress_timeout = config.getint('vars', 'migration_progress_timeout')
+        progress_timeout = config.getint('vars', 'migration_timeout')
 
         while not self._stop.isSet():
             self._stop.wait(self._MIGRATION_MONITOR_INTERVAL)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9151ae1521a330f8e00ddf2f96d4b67888a0a7d6
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.3
Gerrit-Owner: Vinzenz Feenstra <vfeen...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to