Package: glusterfs-common
Version: 3.5.1-1
Severity: minor
I found that I had a 1.6 gigabyte logfile for one of my bricks, containing
two years worth of logs. Adding /var/log/glusterfs/bricks/*.log to the
logrotate config file fixed this. The modified file is included at the end
of this message.
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.8.4-core2 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages glusterfs-common depends on:
ii libaio1 0.3.109-4
ii libc6 2.19-5
ii libglib2.0-0 2.40.0-3
ii libibverbs1 1.1.8-1
ii liblvm2app2.2 2.02.106-2
ii libpython2.7 2.7.8-1
ii librdmacm1 1.0.16-1
ii libssl1.0.0 1.0.1h-3
ii libxml2 2.9.1+dfsg1-4
ii multiarch-support 2.19-5
ii psmisc 22.21-2
ii zlib1g 1:1.2.8.dfsg-1
glusterfs-common recommends no packages.
glusterfs-common suggests no packages.
-- Configuration Files:
/etc/logrotate.d/glusterfs-common changed:
/var/log/glusterfs/*.log {
daily
rotate 7
delaycompress
compress
notifempty
missingok
postrotate
[ ! -f /var/run/glusterd.pid ] || kill -HUP `cat
/var/run/glusterd.pid` ; killall -HUP glusterfs > /dev/null 2>&1 || true
endscript
}
/var/log/glusterfs/bricks/*.log {
daily
rotate 7
delaycompress
compress
notifempty
missingok
postrotate
killall -HUP glusterfsd > /dev/null 2>&1 || true
endscript
}
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]