Bug 1420395
Summary: | [3.3] conntrack executable not found on $PATH during cluster horizontal run | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Scott Dodson <sdodson> |
Component: | Installer | Assignee: | Giuseppe Scrivano <gscrivan> |
Status: | CLOSED ERRATA | QA Contact: | Johnny Liu <jialiu> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 3.3.1 | CC: | aos-bugs, gscrivan, jialiu, jokerman, mifiedle, mmccomas |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | 3.3.1 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
OCP 3.4 and 3.3 introduced a requirement on the conntrack executable but this dependency was not enforced at install time so service proxy management may have failed post installation. The installer now ensures that conntrack is installed.
|
Story Points: | --- |
Clone Of: | 1420182 | Environment: | |
Last Closed: | 2017-03-06 16:38:39 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: | 1420182 | ||
Bug Blocks: | 1420393 |
Comment 1
Scott Dodson
2017-02-08 14:52:35 UTC
Scott, do I need to backport the patch somewhere to get this done? Yes, sorry I should've mentioned that. The image change change in origin covers OCP 3.5, but for OCP 3.4 -> 3.3 we need a PR against ose/enterprise-3.4 and ose/enterprise-3.3 branches. And the ansible changes need to have PRs against openshift-ansible/release-1.4 and openshift-ansible/release-1.3 as well. thanks, where is the ose repository hosted? I've never worked on it before openshift-ansible change: https://github.com/openshift/openshift-ansible/pull/3384 For rpm install, test this bug withopenshift-ansible-3.3.65-1.git.0.1c66f89.el7.noarch, and PASS. The following step is shown in node install. TASK [openshift_node : Install conntrack-tools package] ************************ After installation, check rpm package. # rpm -q conntrack-tools conntrack-tools-1.4.3-1.el7.x86_64 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, 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-2017:0448 |