Bug 2295143
Summary: | Ceph upgrade fails when running FFU 16.2 to 17.1 | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Itzik Brown <itbrown> |
Component: | Ceph-Ansible | Assignee: | Teoman ONAY <tonay> |
Status: | CLOSED ERRATA | QA Contact: | Manisha Saini <msaini> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 5.3 | CC: | alink, ceph-eng-bugs, cephqe-warriors, fpantano, gfidente, gmeno, gouthamr, jbadiapa, jcaratza, jelle.hoylaerts.ext, johfulto, jveiraca, kdreyer, ktordeur, lkuchlan, mcaldeir, msaini, rpollack, tonay, tserlin |
Target Milestone: | --- | ||
Target Release: | 5.3z8 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ceph-ansible-6.0.28.17-1.el8cp | Doc Type: | Bug Fix |
Doc Text: |
.The "Update the placement of radosgw hosts" task no longer fails during upgrade
Previously, the "Update the placement of radosgw hosts" task would fail during an upgrade from Red Hat Ceph Storage 4 to Red Hat Ceph Storage 5.
With this fix, the "Update the placement of radosgw hosts" task completes as expected.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2025-02-13 19:22:53 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: | 2160009 |
Description
Itzik Brown
2024-07-02 08:54:37 UTC
Workaround: Downgrade ceph-ansible to a version older than ceph-ansible-6.0.28.8-1.el8cp And use workaround described in comment #0 of https://bugzilla.redhat.com/show_bug.cgi?id=2262133 ``` extra_container_args: - -v - /etc/pki/ca-trust:/etc/pki/ca-trust:ro ``` Manny, ceph-ansible-6.0.28.8-1.el8cp has bug 2295143 so use the previous version so you do not hit that bug as a workaround. The required version per the table (https://access.redhat.com/solutions/2045583) may be the latest, but it seems to have this bug. When we ship an update in the latest version, then we (which will become the required version) that is what will ultimately solved this problem. Until then the "required" version has this bug. Please see KCS Article #, (https://access.redhat.com/solutions/7083494) for this issue BR Manny 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 (Red Hat Ceph Storage 5.3 security and bug fix updates), 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/RHBA-2025:1478 (In reply to John Fulton from comment #8) > Workaround: > > Downgrade ceph-ansible to a version older than ceph-ansible-6.0.28.8-1.el8cp > > And use workaround described in comment #0 of > Partnerhttps://bugzilla.redhat.com/show_bug.cgi?id=2262133 > > ``` > extra_container_args: > - -v > - /etc/pki/ca-trust:/etc/pki/ca-trust:ro > ``` It is no longer necessary to downgrade now that ceph-ansible 6.0.28.20-1 has been released which contains a fix for this bug and others. So the recommendation is the usual: use the latest available version. |