[sys-cluster/glusterfs] try py3k13
This commit is contained in:
34
sys-cluster/glusterfs/files/glusterfs.logrotate
Normal file
34
sys-cluster/glusterfs/files/glusterfs.logrotate
Normal file
@@ -0,0 +1,34 @@
|
||||
# Rotate client logs
|
||||
/var/log/glusterfs/*.log {
|
||||
weekly
|
||||
rotate 52
|
||||
missingok
|
||||
|
||||
# compress the logs, but from the .2 onwards
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
|
||||
sharedscripts
|
||||
postrotate
|
||||
/usr/bin/killall -HUP glusterfs > /dev/null 2>&1 || true
|
||||
/usr/bin/killall -HUP glusterd > /dev/null 2>&1 || true
|
||||
endscript
|
||||
}
|
||||
|
||||
# Rotate server logs
|
||||
/var/log/glusterfs/bricks/*.log {
|
||||
weekly
|
||||
rotate 52
|
||||
missingok
|
||||
|
||||
# compress the logs, but from the .2 onwards
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
|
||||
sharedscripts
|
||||
postrotate
|
||||
/usr/bin/killall -HUP glusterfsd > /dev/null 2>&1 || true
|
||||
endscript
|
||||
}
|
||||
Reference in New Issue
Block a user