diff options
Diffstat (limited to 'extras/glusterfs-georep-logrotate')
| -rw-r--r-- | extras/glusterfs-georep-logrotate | 24 | 
1 files changed, 21 insertions, 3 deletions
diff --git a/extras/glusterfs-georep-logrotate b/extras/glusterfs-georep-logrotate index 6fdb8c65aaf..3e7ecf373a1 100644 --- a/extras/glusterfs-georep-logrotate +++ b/extras/glusterfs-georep-logrotate @@ -1,6 +1,12 @@  /var/log/glusterfs/geo-replication/*/*.log {      sharedscripts -    rotate 52 +    weekly +    maxsize 10M +    minsize 100k + +    # 6 months of logs are good enough +    rotate 26 +      missingok      compress      delaycompress @@ -15,7 +21,13 @@  /var/log/glusterfs/geo-replication-slaves/*.log {      sharedscripts -    rotate 52 +    weekly +    maxsize 10M +    minsize 100k + +    # 6 months of logs are good enough +    rotate 26 +      missingok      compress      delaycompress @@ -30,7 +42,13 @@  /var/log/glusterfs/geo-replication-slaves/*/*.log {      sharedscripts -    rotate 52 +    weekly +    maxsize 10M +    minsize 100k + +    # 6 months of logs are good enough +    rotate 26 +      missingok      compress      delaycompress  | 
