diff --git a/ceph-osd/Chart.yaml b/ceph-osd/Chart.yaml index 40da566d9..591442246 100644 --- a/ceph-osd/Chart.yaml +++ b/ceph-osd/Chart.yaml @@ -15,6 +15,6 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Ceph OSD name: ceph-osd -version: 0.1.49 +version: 0.1.50 home: https://github.com/ceph/ceph ... diff --git a/ceph-osd/templates/bin/osd/ceph-volume/_init-ceph-volume-helper-bluestore.sh.tpl b/ceph-osd/templates/bin/osd/ceph-volume/_init-ceph-volume-helper-bluestore.sh.tpl index b1ce29e4c..44f22284d 100644 --- a/ceph-osd/templates/bin/osd/ceph-volume/_init-ceph-volume-helper-bluestore.sh.tpl +++ b/ceph-osd/templates/bin/osd/ceph-volume/_init-ceph-volume-helper-bluestore.sh.tpl @@ -123,7 +123,7 @@ function prep_device { fi udev_settle - create_lv_if_needed "${block_device}" "${vg}" "-L ${block_device_size}" "${lv_name}" + create_lv_if_needed "${block_device}" "${vg}" "--yes -L ${block_device_size}" "${lv_name}" if [[ "${device_type}" == "db" ]]; then BLOCK_DB=${RESULTING_LV} elif [[ "${device_type}" == "wal" ]]; then diff --git a/releasenotes/notes/ceph-osd.yaml b/releasenotes/notes/ceph-osd.yaml index cb4777bce..d04605d72 100644 --- a/releasenotes/notes/ceph-osd.yaml +++ b/releasenotes/notes/ceph-osd.yaml @@ -50,4 +50,5 @@ ceph-osd: - 0.1.47 Add disk zap to OSD init forced repair case - 0.1.48 Update Rook to 1.12.5 and Ceph to 18.2.0 - 0.1.49 Update Ceph images to Jammy and Reef 18.2.1 + - 0.1.50 Allow lvcreate to wipe existing LV metadata ...