- Update files to match the new default vol file names. - Include logrotate for glusterfsd, use a pid file by default. - Include logrotate for glusterfs, using killall for lack of anything better.
7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
/var/log/glusterfs/glusterfsd.log {
|
|
missingok
|
|
postrotate
|
|
/bin/kill -HUP `cat /var/run/glusterfsd.pid 2>/dev/null` 2>/dev/null || true
|
|
endscript
|
|
}
|