Bug 1598522
| Summary: | rook RPM pulls ceph-mon, ceph-mgr, ceph-osd into RHEL Tools repository | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Pratik Surve <prsurve> | ||||
| Component: | Build | Assignee: | seb | ||||
| Status: | CLOSED ERRATA | QA Contact: | Pratik Surve <prsurve> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 3.1 | CC: | hnallurv, kdreyer, seb, tserlin | ||||
| Target Milestone: | rc | ||||||
| Target Release: | 3.1 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | ceph-3.1-rhel-7-containers-candidate-64277-20180806190637 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2018-09-26 18:22:08 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: | 1579472 | ||||||
| Attachments: |
|
||||||
|
Comment 3
Ken Dreyer (Red Hat)
2018-07-05 19:12:45 UTC
I plan to remove rook from RHCS 3 until we can resolve this. Created attachment 1458786 [details]
Revert "DAEMON_PACKAGES: Adding rook package"
Dropping rook from the product involves dropping rook from the RHCS container as well, and I'm attaching a patch to do that.
Erwan, would you please resolve the Requires lines in rook.spec so we don't have to drop rook?
"Revert 'DAEMON_PACKAGES: Adding rook package'" patch at https://github.com/ceph/ceph-container/pull/1113 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/RHBA-2018:2819 Note for posterity: rook.git's "images/ceph/Dockerfile.base" was the file that ran "yum install ceph-mon ceph-osd ceph-mds" etc. That led the original packager to add these RPM Requires: lines to rook.spec. The Rook upstream project now bases their rook container image directly on the main Ceph image: https://github.com/rook/rook/pull/1714 . This means that all the Ceph daemon binaries will be available in the rook image that way. |