diff options
Diffstat (limited to 'extras/glusterfs-logrotate')
| -rw-r--r-- | extras/glusterfs-logrotate | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/extras/glusterfs-logrotate b/extras/glusterfs-logrotate index e3319afaa96..575c0eee771 100644 --- a/extras/glusterfs-logrotate +++ b/extras/glusterfs-logrotate @@ -26,3 +26,12 @@    /usr/bin/killall -HUP glusterfsd > /dev/null 2>&1 || true    endscript  } + +/var/log/glusterfs/samples/*.samp { +  daily +  rotate 3 +  sharedscripts +  missingok +  compress +  delaycompress +}  | 
