File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ cephadm_ceph_release: "squid"
12
12
cephadm_image : " {{ stackhpc_docker_registry if stackhpc_sync_ceph_images | bool else 'quay.io' }}/ceph/ceph:{{ cephadm_image_tag }}"
13
13
14
14
# Ceph container image tag.
15
- cephadm_image_tag : " v19.2.0 "
15
+ cephadm_image_tag : " v19.2.1 "
16
16
17
17
# HAProxy container image.
18
18
cephadm_haproxy_image : " {{ stackhpc_docker_registry if stackhpc_sync_ceph_images | bool else 'quay.io' }}/ceph/haproxy:{{ cephadm_haproxy_image_tag }}"
Original file line number Diff line number Diff line change
1
+ ---
2
+ features :
3
+ - |
4
+ Bump Ceph to v19.2.1
5
+ fixes :
6
+ - |
7
+ Bump Ceph to fix `Ceph bug <https://tracker.ceph.com/issues/66389>`__
8
+ that causes Ubuntu Noble Ceph hosts fail to populate OSDs.
You can’t perform that action at this time.
0 commit comments