]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: link new OSDs to existing managed services 61209/head
authorKushal Deb <Kushal.Deb@ibm.com>
Wed, 15 Jan 2025 05:13:44 +0000 (10:43 +0530)
committerKushal Deb <Kushal.Deb@ibm.com>
Tue, 25 Feb 2025 16:23:19 +0000 (21:53 +0530)
commit5b8c155a33283aaa5854911572b20923fa563390
tree6dbf1a71061270091efc61a156dde90b6c365ff7
parentabdefd2938539f48a1dd4bc5b9f70e908eb7d193
cephadm: link new OSDs to existing managed services

Added logic for new OSDs to link to existing managed services.
The create_osds function now dynamically assigns service_id based on matching entries in the spec_store.
If no service name is provided, it creates the OSDs with 'osd.default' service
name and they remain unmanaged.

Signed-off-by: Kushal Deb <Kushal.Deb@ibm.com>
doc/cephadm/services/osd.rst
qa/suites/orch/cephadm/smoke-small/start.yaml
qa/suites/orch/cephadm/smoke/start.yaml
qa/suites/orch/cephadm/upgrade/4-wait.yaml
src/pybind/mgr/cephadm/module.py