]> git.proxmox.com Git - ceph.git/blame - ceph/src/logrotate.conf
import ceph 16.2.6
[ceph.git] / ceph / src / logrotate.conf
CommitLineData
7c673cae
FG
1/var/log/ceph/*.log {
2 rotate 7
3 daily
4 compress
5 sharedscripts
6 postrotate
b3b6e05e 7 killall -q -1 ceph-mon ceph-mgr ceph-mds ceph-osd ceph-fuse radosgw rbd-mirror cephfs-mirror || pkill -1 -x "ceph-mon|ceph-mgr|ceph-mds|ceph-osd|ceph-fuse|radosgw|rbd-mirror|cephfs-mirror" || true
7c673cae
FG
8 endscript
9 missingok
10 notifempty
11 su root ceph
12}