Skip to content

Commit ac3e3c2

Browse files
committed
ceph: update to v20.2.1
Remove the patch that added the systemd unit file for ceph-exporter, since it has been merged into upstream ceph in this release. cybozu/ceph@32cbe079c Signed-off-by: Kyori Sakao <sakaok@cybozu.co.jp>
1 parent b532c08 commit ac3e3c2

5 files changed

Lines changed: 4 additions & 164 deletions

File tree

ceph/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ghcr.io/cybozu/ubuntu:22.04 AS build-ceph
22

33
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
44
ENV DEBIAN_FRONTEND=noninteractive
5-
ENV CEPH_TAG=v19.2.1
5+
ENV CEPH_TAG=v20.2.1
66
ENV WORKSPACE=/workspace
77

88
RUN apt-get update && \
@@ -25,10 +25,6 @@ WORKDIR ${WORKSPACE}/ceph
2525
RUN ./install-deps.sh && \
2626
apt install --no-install-recommends -y python3-routes
2727

28-
# Addition of debian pkg in ceph exporter was omitted in squid.
29-
# https://github.com/ceph/ceph/pull/56541
30-
RUN patch -p1 < ${WORKSPACE}/exporter.patch
31-
3228
# This patch customizes the ceph rbd export-diff command.
3329
RUN patch -p1 < ${WORKSPACE}/export-diff.patch
3430

ceph/exporter.patch

Lines changed: 0 additions & 156 deletions
This file was deleted.

ceph/manifests/toolbox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
serviceAccountName: rook-ceph-default
2020
containers:
2121
- name: rook-ceph-tools
22-
image: quay.io/ceph/ceph:v19.2.1
22+
image: quay.io/ceph/ceph:v20.2.1
2323
command:
2424
- /bin/bash
2525
- -c

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ spec:
161161
secretKeyRef:
162162
key: ceph-username
163163
name: rook-ceph-mon
164-
image: quay.io/ceph/ceph:v19.2.1
164+
image: quay.io/ceph/ceph:v20.2.1
165165
imagePullPolicy: IfNotPresent
166166
name: toolbox
167167
securityContext:

test/e2e/testdata/values-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cephClusterSpec:
1414
count: 1
1515
allowMultiplePerNode: false
1616
cephVersion:
17-
image: quay.io/ceph/ceph:v19.2.1
17+
image: quay.io/ceph/ceph:v20.2.1
1818
allowUnsupported: false
1919
skipUpgradeChecks: false
2020
continueUpgradeAfterChecksEvenIfNotHealthy: false

0 commit comments

Comments
 (0)