Moti Asayag has submitted this change and it was merged.
Change subject: core: Make NetworkOperationsConnectivity configurable (#840746)
......................................................................
core: Make NetworkOperationsConnectivity configurable (#840746)
https://bugzilla.redhat.com/840746
The patch exposes NetworkConnectivityCheckTimeoutInSeconds configuration
value via the engine-config tool and assign to it valid values of:
10-160 seconds.
The lower boundary (10) designed to prevent preliminary rollback.
The upper boundary (160) designed to remain a reasonable period for
rollback before the default value of vdsTimeout (180 seconds).
The last assumption is made since there is no support dependency between two
configuration values. If a user increases the default value of vdsTimeout,
same can be done for NetworkConnectivityCheckTimeoutInSeconds by extending
the valid value as specified in /etc/ovirt-engine/engine-config/engine-config.properties
Change-Id: Ie8425e3a10636f5a409c6748f6f17858c3ff666c
Signed-off-by: Moti Asayag <masayag(a)redhat.com>
---
M backend/manager/tools/engine-config/src/main/resources/engine-config.properties
1 file changed, 3 insertions(+), 0 deletions(-)
Approvals:
Moti Asayag: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/7006
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie8425e3a10636f5a409c6748f6f17858c3ff666c
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: Livnat Peer <lpeer(a)redhat.com>
Gerrit-Reviewer: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: Sharad Mishra <snmishra(a)linux.vnet.ibm.com>
Gerrit-Reviewer: oVirt Jenkins CI Server