]> git.pld-linux.org Git - packages/ceph.git/blob - ceph.logrotate.patch
6702afc02f9549ca53f34af736292c8a308f4231
[packages/ceph.git] / ceph.logrotate.patch
1 --- ceph-10.2.11/src/logrotate.conf.orig        2018-07-09 18:23:56.000000000 +0200
2 +++ ceph-10.2.11/src/logrotate.conf     2020-05-23 15:03:02.828288220 +0200
3 @@ -4,7 +4,7 @@
4      compress
5      sharedscripts
6      postrotate
7 -        killall -q -1 ceph-mon ceph-mds ceph-osd ceph-fuse radosgw || true
8 +        cephctl reload >/dev/null 2>/dev/null
9      endscript
10      missingok
11      notifempty
This page took 0.050082 seconds and 2 git commands to generate.