mirror of
https://github.com/ceph/ceph
synced 2025-03-30 23:40:09 +00:00
Merge pull request #22349 from gregsfortytwo/wip-24368-osd-restarts
systemd: only restart 3 times in 30 minutes, as fast as possible Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
c61acc5b31
@ -18,8 +18,7 @@ PrivateTmp=true
|
||||
TasksMax=infinity
|
||||
Restart=on-failure
|
||||
StartLimitInterval=30min
|
||||
StartLimitBurst=30
|
||||
RestartSec=20s
|
||||
StartLimitBurst=3
|
||||
|
||||
[Install]
|
||||
WantedBy=ceph-osd.target
|
||||
|
Loading…
Reference in New Issue
Block a user