]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm, ceph-volume: add tests for crimson OSD support 67290/head
authorShraddha Agrawal <shraddha.agrawal000@gmail.com>
Tue, 10 Feb 2026 13:02:10 +0000 (18:32 +0530)
committerShraddha Agrawal <shraddha.agrawal000@gmail.com>
Tue, 10 Feb 2026 13:12:50 +0000 (18:42 +0530)
commitb369af5289e15d025f30bd9110c439a1354db2c0
treeaf98e80389ce69a6dfa9ef179216131320a14b11
parent5f516890411ab7aa9d46fa81cd1f085459079cd9
cephadm, ceph-volume: add tests for crimson OSD support

This commit adds tests for the crimson OSD support in cephadm and ceph-volume.
The following tests are added for the same:

1. cephadm: DriveGroupSpec validation checks for osd_type.
2. cephadm: entrypoint verification in runfile.
3. cephadm to ceph-volume: command verification when osd_type is specified in spec.
4. ceph-volume: binary selection verification for mkfs cmd.

Fixes: https://tracker.ceph.com/issues/74851
Signed-off-by: Shraddha Agrawal <shraddha.agrawal000@gmail.com>
src/ceph-volume/ceph_volume/tests/objectstore/test_baseobjectstore.py
src/cephadm/tests/test_deploy.py
src/pybind/mgr/cephadm/tests/test_cephadm.py
src/python-common/ceph/tests/test_drive_group.py