Added glusterfs{,-client} builds.

This commit is contained in:
Darren 'Tadgy' Austin 2022-10-11 22:57:00 +01:00
commit a1717622c3
18 changed files with 1089 additions and 0 deletions

View 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
}