]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/orchestrator: add --zap flag to 'orch osd rm' 43260/head
authorCory Snyder <csnyder@iland.com>
Fri, 10 Sep 2021 10:59:35 +0000 (06:59 -0400)
committerCory Snyder <csnyder@iland.com>
Tue, 26 Oct 2021 13:48:32 +0000 (09:48 -0400)
commitea507d6c86f6a6ed5850edf24116e12088b24036
tree80c5cf3e596b04d1e18bbf750ddfd90a3fe0b306
parent8a4649e65176f590e3e7360fbdb7c06db279df55
mgr/orchestrator: add --zap flag to 'orch osd rm'

Adds the ability to zap OSD devices after removal, implemented as a flag
on the 'orch osd rm' command.

Fixes: https://tracker.ceph.com/issues/43692
Signed-off-by: Cory Snyder <csnyder@iland.com>
qa/suites/orch/cephadm/osds/2-ops/rm-zap-flag.yaml [new file with mode: 0644]
src/pybind/mgr/cephadm/inventory.py
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/services/osd.py
src/pybind/mgr/cephadm/tests/test_osd_removal.py
src/pybind/mgr/orchestrator/_interface.py
src/pybind/mgr/orchestrator/module.py
src/pybind/mgr/rook/module.py