mirror of
https://github.com/ceph/ceph
synced 2024-12-13 06:57:21 +00:00
da20184a16
ceph-crash runs from systemd and watches /var/lib/ceph/crash for crashdumps, posting them to the mgrs using the mgr's crash plugin Signed-off-by: Dan Mick <dan.mick@redhat.com>
14 lines
203 B
SYSTEMD
14 lines
203 B
SYSTEMD
[Unit]
|
|
Description=Ceph crash dump collector
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/ceph-crash
|
|
Restart=always
|
|
RestartSec=10
|
|
StartLimitInterval=10min
|
|
StartLimitBurst=10
|
|
|
|
[Install]
|
|
WantedBy=ceph.target
|