]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: Add MonService.post_remove()
authorSebastian Wagner <sewagner@redhat.com>
Tue, 31 Aug 2021 09:01:11 +0000 (11:01 +0200)
committerSebastian Wagner <sewagner@redhat.com>
Wed, 1 Sep 2021 11:00:26 +0000 (13:00 +0200)
commit71eaf35aa755735574f8bc53b38fa1bac550792c
treed4a63567ee267ec2085b4ae26c54bea2d8675b1c
parent980cf670ed7cb8afe9f58c26782e34e559848051
mgr/cephadm: Add MonService.post_remove()

We should never remove the mon keyring. Let's move
this piece of code into the MonService class

Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
src/pybind/mgr/cephadm/services/cephadmservice.py
src/pybind/mgr/cephadm/tests/test_cephadm.py