]> 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 12:17:55 +0000 (13:17 +0100)
commit58f0ff6fd67d5e9b30c70d5201d1e5bb82211b8a
treebd0fd10c8ea42cea18fff7fbc55345e1472fdff0
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