Greg Padgett has uploaded a new change for review. Change subject: agent: extend timeout for domain monitor acquisition ......................................................................
agent: extend timeout for domain monitor acquisition Acquisition may take ~3 minutes, so extend timeout to 4. Change-Id: Ic586b1f11374632724cf71da5d3cac72eb83ca19 Bug-Url: https://bugzilla.redhat.com/1018849 Signed-off-by: Greg Padgett <gpadg...@redhat.com> --- M ovirt_hosted_engine_ha/agent/constants.py.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-ha refs/changes/05/20305/1 diff --git a/ovirt_hosted_engine_ha/agent/constants.py.in b/ovirt_hosted_engine_ha/agent/constants.py.in index 20ce115..df0caca 100644 --- a/ovirt_hosted_engine_ha/agent/constants.py.in +++ b/ovirt_hosted_engine_ha/agent/constants.py.in @@ -40,7 +40,7 @@ ENGINE_BAD_HEALTH_EXPIRATION_SECS = 600 INTERMITTENT_LOG_INTERVAL_SECS = 900 MAX_VDSM_WAIT_SECS = 15 -MAX_DOMAIN_MONITOR_WAIT_SECS = 90 +MAX_DOMAIN_MONITOR_WAIT_SECS = 240 VDSM_USER = '@VDSM_USER@' VDSM_GROUP = '@VDSM_GROUP@' -- To view, visit http://gerrit.ovirt.org/20305 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic586b1f11374632724cf71da5d3cac72eb83ca19 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-ha Gerrit-Branch: master Gerrit-Owner: Greg Padgett <gpadg...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches