Bug 1988801
Summary: | Router HAProxy backend balance option is blank missing random argument in haproxy.config | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Jie Wu <jiewu> | |
Component: | Networking | Assignee: | Miciah Dashiel Butler Masters <mmasters> | |
Networking sub component: | router | QA Contact: | Arvind iyengar <aiyengar> | |
Status: | CLOSED ERRATA | Docs Contact: | ||
Severity: | urgent | |||
Priority: | urgent | CC: | aos-bugs, asimonel, bperkins, ddharwar, dyocum, mjoseph, mmasters, sreber | |
Version: | 4.8 | |||
Target Milestone: | --- | |||
Target Release: | 4.9.0 | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1990370 (view as bug list) | Environment: | ||
Last Closed: | 2021-10-18 17:43:44 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1990370 |
Description
Jie Wu
2021-08-01 08:33:14 UTC
Verified in "4.9.0-0.nightly-2021-08-03-135217" release version. With this payload, it is observed that the "random" option now gets set properly. ------ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.9.0-0.nightly-2021-08-03-135217 True False 83m Cluster version is 4.9.0-0.nightly-2021-08-03-135217 sh-4.4$ env | grep ROUTER_LOAD_BALANCE_ALGORITHM ROUTER_LOAD_BALANCE_ALGORITHM=random Haproxy router # Plain http backend or backend with TLS terminated at the edge or a # secure backend with re-encryption. backend be_http:test1:service-unsecure mode http option redispatch option forwardfor balance random <---- ------ Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.9.0 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:3759 |