Skip to content

Commit f46c161

Browse files
authored
Merge pull request #1594 from stackhpc/bump-ceph-squid
Bump Ceph to v19.2.1
2 parents c50155c + 0428e29 commit f46c161

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

etc/kayobe/cephadm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cephadm_ceph_release: "squid"
1212
cephadm_image: "{{ stackhpc_docker_registry if stackhpc_sync_ceph_images | bool else 'quay.io' }}/ceph/ceph:{{ cephadm_image_tag }}"
1313

1414
# Ceph container image tag.
15-
cephadm_image_tag: "v19.2.0"
15+
cephadm_image_tag: "v19.2.1"
1616

1717
# HAProxy container image.
1818
cephadm_haproxy_image: "{{ stackhpc_docker_registry if stackhpc_sync_ceph_images | bool else 'quay.io' }}/ceph/haproxy:{{ cephadm_haproxy_image_tag }}"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
features:
3+
- |
4+
Bump Ceph to v19.2.1.
5+
fixes:
6+
- |
7+
Fixes `Ceph bug #66389 <https://tracker.ceph.com/issues/66389>`__
8+
causing Ubuntu Noble hosts to fail to populate OSDs, by upgrading
9+
to Ceph v19.2.1.

0 commit comments

Comments
 (0)