The parent class' (CephService) post_remove handles
keyring cleanup
Fixes: https://tracker.ceph.com/issues/65717
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit
04065e34d74421fd1f85b52b87efaf357fe88505)
Conflicts:
src/pybind/mgr/cephadm/services/nvmeof.py
Called after the daemon is removed.
"""
logger.debug(f'Post remove daemon {self.TYPE}.{daemon.daemon_id}')
+ # to clean the keyring up
+ super().post_remove(daemon, is_failed_deploy=is_failed_deploy)
# TODO: remove config for dashboard nvmeof gateways if any
# and any certificates being used for mTLS