Bug 2245978
Summary: | Multus deployment of ODF 4.14 is failing because `ip` tool in RHCS build component is missing. | |||
---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat OpenShift Data Foundation | Reporter: | Petr Balogh <pbalogh> | |
Component: | rook | Assignee: | Blaine Gardner <brgardne> | |
Status: | CLOSED ERRATA | QA Contact: | Oded <oviner> | |
Severity: | urgent | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 4.14 | CC: | brgardne, ebenahar, muagarwa, odf-bz-bot, tnielsen | |
Target Milestone: | --- | |||
Target Release: | ODF 4.14.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | 4.14.0-161 | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 2247363 (view as bug list) | Environment: | ||
Last Closed: | 2023-11-08 18:55:29 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: |
Description
Petr Balogh
2023-10-24 20:16:12 UTC
Hey Blaine, thanks for a quick PR. My suggestion is to take this in at least as a temporary solution while Ceph includes the ip package in 6.1z3 6.1z3 is supposed to be released by the end of Nov, if we do this change in ODF now then we can unblock the release of 4.14.0 We can always revert the fix once Ceph has this package but it seems harmless to me to include this in rook at this point of time. I have also created a ceph tracker Bug Fixed, Deployment pass https://ocs4-jenkins-csb-odf-qe.apps.ocp-c1.prod.psi.redhat.com/job/qe-trigger-baremetal-upi-1az-rhcos-multus-nvme-intel-3m-3w-tier1/13/ OCP Version: 4.14 ODF Version: 4.14.0-161 Platform: BM The format of k8s.v1.cni.cncf.io/networks value changed on ceph pods OSD YAML before the fix: k8s.v1.cni.cncf.io/networks: openshift-storage/private-net, openshift-storage/public-net OSD YAML after the fix: k8s.v1.cni.cncf.io/networks: '[{"name":"public-net","namespace":"openshift-storage"},{"name":"private-net","namespace":"openshift-storage"}]' https://github.com/red-hat-storage/ocs-ci/pull/8782 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 (Important: Red Hat OpenShift Data Foundation 4.14.0 security, enhancement & bug fix 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-2023:6832 |