]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: cephadm: omit --osd-type classic for older ceph-volume 69168/head
authorGuillaume Abrioux <gabrioux@ibm.com>
Fri, 29 May 2026 11:13:52 +0000 (13:13 +0200)
committerGuillaume Abrioux <gabrioux@ibm.com>
Fri, 29 May 2026 11:16:34 +0000 (13:16 +0200)
commit929679f7708c42fb1857704fce5e6844afcb1eed
treed2f1fbb538e6be980aaf827092669baed1aee121
parentce220cc902e91fe203513e7beac7982e2c2538d4
cephadm: cephadm: omit --osd-type classic for older ceph-volume

tentacle doesn't know that flag yet.
During an upgrade, teuthology tests can break.
With this fix, we only add the flag when osd_type isn't classic.

Fixes: https://tracker.ceph.com/issues/76968
Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
src/pybind/mgr/cephadm/tests/test_cephadm.py
src/python-common/ceph/deployment/translate.py
src/python-common/ceph/tests/test_drive_group.py