]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
ceph-volume: pass osd_type value to ceph-volume
authorGuillaume Abrioux <gabrioux@ibm.com>
Mon, 9 Feb 2026 10:10:51 +0000 (11:10 +0100)
committerGuillaume Abrioux <gabrioux@ibm.com>
Mon, 9 Feb 2026 10:10:51 +0000 (11:10 +0100)
commit9b4b2c429ea587655bd1935339c14d945dbc43a3
treed6ce09fe3ff62063d87deddf802af7f7ec009814
parent17b4a5736b217fec0912fd053225522a7738108c
ceph-volume: pass osd_type value to ceph-volume

Use OSDType.value when building the ceph-volume lvm batch command
so that the CLI receives "classic" or "crimson" instead of the enum
repr ("OSDType.classic").

Fixes: https://tracker.ceph.com/issues/74818
Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
src/python-common/ceph/deployment/translate.py