pvc-ansible/roles/pvc/templates/ceph/restart.conf.j2
Joshua M. Boniface 103e9fe147 Add restart overrides for ceph-mgr
Needed because ceph-mgr seems to crash frequently under Debian 12 when
adding or removing OSDs. The default settings do not restart it
properly, so this override does.
2023-11-03 14:25:31 -04:00

6 lines
79 B
Django/Jinja

[Service]
Restart=always
RestartSec=2
StartLimitBurst=30
StartLimitInterval=60