The parent class (CephService) handles the cleanup of
the auth keyring
Fixes: https://tracker.ceph.com/issues/65717
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit
f7e8ee74d5bfb941a5f67d0e03c3845f5cdb1525)
"""
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 iscsi gateways
ret, out, err = self.mgr.mon_command({