]> git.proxmox.com Git - ceph.git/blob - ceph/src/logrotate.conf
update sources to v12.2.3
[ceph.git] / ceph / src / logrotate.conf
1 /var/log/ceph/*.log {
2 rotate 7
3 daily
4 compress
5 sharedscripts
6 postrotate
7 killall -q -1 ceph-mon ceph-mgr ceph-mds ceph-osd ceph-fuse radosgw || true
8 endscript
9 missingok
10 notifempty
11 su root ceph
12 }