]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
container/Containerfile: fix crimson package naming
authorMatan Breizman <mbreizma@redhat.com>
Sun, 16 Nov 2025 09:16:31 +0000 (09:16 +0000)
committerDavid Galloway <david.galloway@ibm.com>
Wed, 25 Feb 2026 21:04:58 +0000 (16:04 -0500)
a37b5b5bde8c2e8d6890f16b31046119ed55f25d changed crimson-osd to
osd-crimson:

```
=== INSTALLING ===
No match for argument: ceph-crimson-osd
Error: Unable to find a match: ceph-crimson-osd
```

ceph-dev-pipeline builds are not failing (with the above error) -
however, ceph-dev-builds (used for main nightly) are failing with
the above:
https://shaman.ceph.com/builds/ceph/main/8a27bf16140173253ab8f28112bf5deee99cca02/

Signed-off-by: Matan Breizman <mbreizma@redhat.com>
(cherry picked from commit dac591543da506ad9be2f06c00c367e90ec1dd97)

container/Containerfile

index e9ca0276cd3f018e95259eb0694ffa0abb49085b..c01472523f5e32324549a3039cd58c8fc8ea84a0 100644 (file)
@@ -152,7 +152,7 @@ rbd-mirror" \
 
 # Optional crimson package(s)
 RUN if [[ "${OSD_FLAVOR}" == "crimson-debug" || "${OSD_FLAVOR}" == "crimson-release" ]]; then \
-    echo "ceph-crimson-osd" >> packages.txt ; \
+    echo "ceph-osd-crimson" >> packages.txt ; \
 fi
 
 # Ceph "Recommends"