]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
ceph-volume: create LVs when using partitions
authorGuillaume Abrioux <gabrioux@ibm.com>
Mon, 15 Apr 2024 08:28:24 +0000 (08:28 +0000)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 24 Jun 2024 07:25:31 +0000 (07:25 +0000)
commit56f8276228522a2171aec010ca24d26ace224d1d
tree8c2a6fb7fbab793360b3cd10ec2ab29d2d7f3978
parent9323d9febe1eca9b5f7415aa26f2eb137f62c885
ceph-volume: create LVs when using partitions

commit [1] introduced a behavior change.
`ceph-volume lvm prepare` used to create VGs/LVs when it was passed partitions
for db and/or wal devices. Since commit [1] has been introduced, it made ceph-volume
consume the partition directly, it doesn't create LV anymore. Although this
doesn't prevent from creating OSDs, this is a behavior change.

Fixes: https://tracker.ceph.com/issues/65477
[1] 1e7223281fa044c9653633e305c0b344e4c9b3a4

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
(cherry picked from commit 11f0173f1299ed6d137159dcf62c4a7a9fd20f82)
src/ceph-volume/ceph_volume/objectstore/lvmbluestore.py