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.
This commit is contained in:
5
roles/pvc/templates/ceph/restart.conf.j2
Normal file
5
roles/pvc/templates/ceph/restart.conf.j2
Normal file
@ -0,0 +1,5 @@
|
||||
[Service]
|
||||
Restart=always
|
||||
RestartSec=2
|
||||
StartLimitBurst=30
|
||||
StartLimitInterval=60
|
Reference in New Issue
Block a user