diff --git a/roles/ceph-defaults/templates/restart_mgr_daemon.sh.j2 b/roles/ceph-defaults/templates/restart_mgr_daemon.sh.j2 index 472cdf459..891b4e52b 100644 --- a/roles/ceph-defaults/templates/restart_mgr_daemon.sh.j2 +++ b/roles/ceph-defaults/templates/restart_mgr_daemon.sh.j2 @@ -8,6 +8,7 @@ SOCKET=/var/run/ceph/{{ cluster }}-mgr.${MGR_NAME}.asok DOCKER_EXEC="docker exec ceph-mgr-{{ ansible_hostname }}" {% endif %} +systemctl reset-failed ceph-mgr@${MGR_NAME} # First, restart the daemon systemctl restart ceph-mgr@${MGR_NAME}