]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/cephadm.py: only pass --objectstore when not bluestore 68104/head
authorShraddha Agrawal <shraddha.agrawal000@gmail.com>
Mon, 30 Mar 2026 10:12:08 +0000 (15:42 +0530)
committerShraddha Agrawal <shraddha.agrawal000@gmail.com>
Mon, 30 Mar 2026 10:12:08 +0000 (15:42 +0530)
commit620d6831918297fb02b21bde0b77bc2a03214335
tree759fb95cdd46107b26ce3c0b046bdc50243e8e75
parent0ec78517effbb9c3747596156ffda2a0fee2cc7a
qa/tasks/cephadm.py: only pass --objectstore when not bluestore

This commit ensure that we only pass --objectstore argument to
cephadm's add/apply OSD command only when the value is not the
default value, bluestore.

This is done to ensure older ceph releases, like Squid and Tentacle
do not fail, as --objectstore argument was only added in Umbrella.

Fixes: https://tracker.ceph.com/issues/75731
Signed-off-by: Shraddha Agrawal <shraddha.agrawal000@gmail.com>
qa/tasks/cephadm.py