]> git.proxmox.com Git - ceph.git/blob - ceph/qa/tasks/logrotate.conf
import quincy beta 17.1.0
[ceph.git] / ceph / qa / tasks / logrotate.conf
1 /var/log/ceph/*{daemon_type}*.log {{
2 rotate 100
3 size {max_size}
4 compress
5 sharedscripts
6 postrotate
7 killall {daemon_type} -1 || true
8 endscript
9 missingok
10 notifempty
11 su root root
12 }}
13