mirror of https://github.com/ceph/ceph-ansible.git
13 lines
330 B
Plaintext
13 lines
330 B
Plaintext
|
/var/log/ceph/*.log {
|
||
|
rotate 7
|
||
|
daily
|
||
|
compress
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
killall -q -1 ceph-mon ceph-mgr ceph-mds ceph-osd ceph-fuse radosgw rbd-mirror || pkill -1 -x "ceph-mon|ceph-mgr|ceph-mds|ceph-osd|ceph-fuse|radosgw|rbd-mirror" || true
|
||
|
endscript
|
||
|
missingok
|
||
|
notifempty
|
||
|
su root root
|
||
|
}
|