Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / 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