]> git.pld-linux.org Git - packages/ceph.git/blob - ceph.logrotate.patch
- updated to 0.56
[packages/ceph.git] / ceph.logrotate.patch
1 --- ceph-0.56/src/logrotate.conf.orig   2013-01-06 13:46:50.321379068 +0100
2 +++ ceph-0.56/src/logrotate.conf        2013-01-06 14:46:15.021304770 +0100
3 @@ -4,23 +4,7 @@
4      compress
5      sharedscripts
6      postrotate
7 -        if which invoke-rc.d > /dev/null && [ -x `which invoke-rc.d` ]; then
8 -            invoke-rc.d ceph reload >/dev/null
9 -        elif which service > /dev/null && [ -x `which service` ]; then
10 -            service 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 && [ -x `which initctl` ]; then
14 -            # upstart reload isn't very helpful here:
15 -            #   https://bugs.launchpad.net/upstart/+bug/1012938
16 -            for type in mon osd mds; do
17 -               initctl list \
18 -                   | perl -ne 'print "$+{service} cluster=$+{cluster} id=$+{id}\n" if m{^(?<service>ceph-(mon|osd|mds)+)\s+\((?<cluster>[^/)]+)/(?<id>[^)]+)\) start/}' \
19 -                   | while read l; do
20 -                   initctl reload -- $l 2>/dev/null || :
21 -               done
22 -            done
23 -        fi
24 +        service ceph reload >/dev/null 2>/dev/null
25      endscript
26      missingok
27  }
This page took 0.110468 seconds and 4 git commands to generate.