blob: 6d8adc6cca353580e486ce31bf376b452308e310 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/var/log/ceph/*.log {
rotate 7
daily
compress
sharedscripts
postrotate
killall -q -1 ceph-mon ceph-mgr ceph-mds ceph-osd ceph-fuse radosgw || pkill -1 -x "ceph-mon|ceph-mgr|ceph-mds|ceph-osd|ceph-fuse|radosgw" || true
endscript
missingok
notifempty
su root ceph
}
|