Change in vdsm[master]: vdsm: fix config comment for migration_timeout

peet at redhat.com peet at redhat.com
Wed Jul 3 10:17:30 UTC 2013


Peter V. Saveliev has uploaded a new change for review.

Change subject: vdsm: fix config comment for migration_timeout
......................................................................

vdsm: fix config comment for migration_timeout

The migration_timeout variable means not overall migration timeout,
but the timeout since migration is stalled. Each time when migration
does some progress, this timeout counter is reset. Thus, overall
migration time can be longer than migration_timeout, and this is
by design.

Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=970645
Signed-off-by: Peter V. Saveliev <peet at redhat.com>
Change-Id: Ic8f026d881e58016e43e654d1bbec2ddeeb1c679
---
M lib/vdsm/config.py.in
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/82/16382/1

diff --git a/lib/vdsm/config.py.in b/lib/vdsm/config.py.in
index b510669..2a5618a 100644
--- a/lib/vdsm/config.py.in
+++ b/lib/vdsm/config.py.in
@@ -48,7 +48,8 @@
             'NIC per device will be created.'),
 
         ('migration_timeout', '300',
-            'Maximum time the destination waits for migration to end. '
+            'Maximum time the destination waits since migration is stalled. '
+            'Please note, that this is not overall migration timeout. '
             'Source waits twice as long (to avoid races).'),
 
         ('migration_listener_timeout', '30',


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic8f026d881e58016e43e654d1bbec2ddeeb1c679
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Peter V. Saveliev <peet at redhat.com>


More information about the vdsm-patches mailing list