Added glusterfs{,-client} builds.
This commit is contained in:
parent
d717328f58
commit
a1717622c3
18 changed files with 1089 additions and 0 deletions
21
source/glusterfs/logrotate.d/glusterfs.new
Normal file
21
source/glusterfs/logrotate.d/glusterfs.new
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
/var/log/glusterfs/*.log {
|
||||
sharedscripts
|
||||
postrotate
|
||||
killall -HUP glusterfs >/dev/null 2>&1 || true
|
||||
killall -HUP glusterd >/dev/null 2>&1 || true
|
||||
endscript
|
||||
}
|
||||
|
||||
/var/log/glusterfs/bricks/*.log {
|
||||
sharedscripts
|
||||
postrotate
|
||||
killall -HUP glusterfsd >/dev/null 2>&1 || true
|
||||
endscript
|
||||
}
|
||||
|
||||
/var/log/glusterfs/snaps/*/*.log {
|
||||
sharedscripts
|
||||
postrotate
|
||||
killall -HUP $(pgrep -f "glusterfs.*snapd") >/dev/null 2>&1 || true
|
||||
endscript
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue