- 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
140 B
Plaintext
7 lines
140 B
Plaintext
/var/log/glusterfs/glusterfs.log {
|
|
missingok
|
|
postrotate
|
|
/usr/bin/killall -HUP glusterfs 2>/dev/null || true
|
|
endscript
|
|
}
|