Skip to content

Commit dac5915

Browse files
committed
container/Containerfile: fix crimson package naming
a37b5b5 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 <[email protected]>
1 parent c94c142 commit dac5915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ rbd-mirror" \
152152

153153
# Optional crimson package(s)
154154
RUN if [[ "${OSD_FLAVOR}" == "crimson-debug" || "${OSD_FLAVOR}" == "crimson-release" ]]; then \
155-
echo "ceph-crimson-osd" >> packages.txt ; \
155+
echo "ceph-osd-crimson" >> packages.txt ; \
156156
fi
157157

158158
# Ceph "Recommends"

0 commit comments

Comments
 (0)