Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 51ee6866f65effbfb607196dd8e2af38 > files > 1

glusterfs-geo-replication-3.5.3-2.fc20.x86_64.rpm

/var/log/glusterfs/geo-replication/*/*.log {
    sharedscripts
    rotate 52
    missingok
    compress
    delaycompress
    notifempty
    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
    rotate 52
    missingok
    compress
    delaycompress
    notifempty
    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
    rotate 52
    missingok
    compress
    delaycompress
    notifempty
    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
}