]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: create LVs when using partitions 58221/head
authorGuillaume Abrioux <gabrioux@ibm.com>
Mon, 15 Apr 2024 08:28:24 +0000 (08:28 +0000)
committerGuillaume Abrioux <gabrioux@ibm.com>
Mon, 5 Aug 2024 16:45:53 +0000 (16:45 +0000)
commitf2d1bc15a3eb0f4c121805a92c0514400122ae5f
tree88bc9dc8cd6a0377c0b896ded687ad56e5c39437
parentdb682ebe26ef2a0d80854da3e2da48c5aebc42b3
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/devices/lvm/prepare.py