]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/orchestrator: add --zap flag to 'orch osd rm'
authorCory Snyder <csnyder@iland.com>
Fri, 10 Sep 2021 10:59:35 +0000 (06:59 -0400)
committerSebastian Wagner <sewagner@redhat.com>
Tue, 2 Nov 2021 09:02:49 +0000 (10:02 +0100)
commit117826092462660120dbcbaffd72bd059fe87831
tree22d889fe2cd0b1accbb4fc0c463529b6d0780765
parente75bf3ad61bc64f299bd6720741db841348e14da
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>
(cherry picked from commit ea507d6c86f6a6ed5850edf24116e12088b24036)

Conflicts:
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/rook/module.py
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