]> git.pld-linux.org Git - packages/ceph.git/blob - ceph.logrotate.patch
- regenerate ac/am, upstream file produce incorrectly linked libs
[packages/ceph.git] / ceph.logrotate.patch
1 --- ceph-0.94.7/src/logrotate.conf.orig 2016-05-21 07:57:16.259310201 +0200
2 +++ ceph-0.94.7/src/logrotate.conf      2016-05-21 07:59:10.385972051 +0200
3 @@ -4,26 +4,7 @@
4      compress
5      sharedscripts
6      postrotate
7 -        if which service > /dev/null 2>&1 && [ -x `which service` ]; then
8 -            service ceph reload >/dev/null
9 -        elif which invoke-rc.d > /dev/null 2>&1 && [ -x `which invoke-rc.d` ]; then
10 -            invoke-rc.d ceph reload >/dev/null
11 -        fi
12 -        # Possibly reload twice, but depending on ceph.conf the reload above may be a no-op
13 -        if which initctl > /dev/null 2>&1 && [ -x `which initctl` ]; then
14 -            for daemon in osd mon mds ; do
15 -              find -L /var/lib/ceph/$daemon/ -mindepth 1 -maxdepth 1 -regextype posix-egrep -regex '.*/[A-Za-z0-9]+-[A-Za-z0-9._-]+' -printf '%P\n' \
16 -                | while read f; do
17 -                    if [ -e "/var/lib/ceph/$daemon/$f/done" -o -e "/var/lib/ceph/$daemon/$f/ready" ] && [ -e "/var/lib/ceph/$daemon/$f/upstart" ] && [ ! -e "/var/lib/ceph/$daemon/$f/sysvinit" ]; then
18 -                      cluster="${f%%-*}"
19 -                      id="${f#*-}"
20 -
21 -                      initctl reload ceph-$daemon cluster="$cluster" id="$id" 2>/dev/null || :
22 -                    fi
23 -                  done
24 -            done
25 -        fi
26 -        killall -q -1 ceph-fuse || true
27 +        cephctl reload >/dev/null 2>/dev/null
28      endscript
29      missingok
30      notifempty
This page took 0.056313 seconds and 3 git commands to generate.