]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: add ceph orch host drain and limit host removal to empty hosts 42017/head
authorDaniel Pivonka <dpivonka@redhat.com>
Mon, 28 Jun 2021 14:12:13 +0000 (10:12 -0400)
committerDaniel Pivonka <dpivonka@redhat.com>
Wed, 30 Jun 2021 14:36:03 +0000 (10:36 -0400)
commitcb8a612d83a5a67f388fe40fa3d8dcefc5accc00
treeff7bc4f183cc0d4aee93181fc5294bbfbfefca2a
parent9f1d44127f525e0e5d1bb6540811817012f04a67
mgr/cephadm: add ceph orch host drain and limit host removal to empty hosts

ceph orch host drain removes all daemons from a host so it can be safely removed
ceph orch host rm will only remove host that a safe to remove

Signed-off-by: Daniel Pivonka <dpivonka@redhat.com>
doc/cephadm/host-management.rst
doc/cephadm/osd.rst
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/orchestrator/_interface.py
src/pybind/mgr/orchestrator/module.py