Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates > by-pkgid > ca320bb978136bfb0d5da0459779cf14 > files > 5

glusterfs-server-3.5.2-8.2.mga5.i586.rpm


rotate 52
missingok

compress
delaycompress
notifempty

/var/log/glusterfs/geo-replication/*/*.log {
  sharedscripts
  postrotate
  for pid in `ps -aef | grep glusterfs | egrep "\-\-aux-gfid-mount" | awk '{print $2}'`; do
    /usr/bin/kill -HUP $pid > /dev/null 2>&1 || true
  done
  endscript
}


/var/log/glusterfs/geo-replication-slaves/*.log {
  sharedscripts
  postrotate
  for pid in `ps -aef | grep glusterfs | egrep "\-\-aux-gfid-mount" | awk '{print $2}'`; do
    /usr/bin/kill -HUP $pid > /dev/null 2>&1 || true
  done
  endscript
}


/var/log/glusterfs/geo-replication-slaves/*/*.log {
  sharedscripts
  postrotate
  for pid in `ps -aef | grep glusterfs | egrep "\-\-aux-gfid-mount" | awk '{print $2}'`; do
    /usr/bin/kill -HUP $pid > /dev/null 2>&1 || true
  done
  endscript
}