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)
"""
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)
+
# remove config for dashboard nvmeof gateways if any
ret, out, err = self.mgr.mon_command({
'prefix': 'dashboard nvmeof-gateway-rm',