]> git.pld-linux.org Git - packages/ceph.git/blobdiff - ceph.logrotate.patch
- BR: boost-python-devel
[packages/ceph.git] / ceph.logrotate.patch
index 6ded86e616ae7bdcea1fc34082e25604609c8759..cdae0e6f791504123aec956952e2a5a3c10104d1 100644 (file)
@@ -1,11 +1,12 @@
---- ./src/logrotate.conf.new   2012-01-11 18:23:10.597593501 -0500
-+++ ./src/logrotate.conf       2012-01-11 18:23:26.808390838 -0500
-@@ -4,7 +4,7 @@
+--- ceph-12.2.13/src/logrotate.conf.orig       2020-05-28 06:45:00.496496556 +0200
++++ ceph-12.2.13/src/logrotate.conf    2020-05-28 06:47:07.249143211 +0200
+@@ -4,8 +4,7 @@
      compress
      sharedscripts
      postrotate
--        invoke-rc.d ceph reload >/dev/null || service ceph reload >/dev/null
-+        service ceph reload >/dev/null 2>/dev/null || true
+-        killall -q -1 ceph-mon ceph-mgr ceph-mds ceph-osd ceph-fuse radosgw || true
+-        killall -q -1 ceph-mon ceph-mgr ceph-mds ceph-osd ceph-fuse radosgw rbd-mirror || true
++        cephctl reload >/dev/null 2>/dev/null
      endscript
      missingok
- }
+     notifempty
This page took 0.027199 seconds and 4 git commands to generate.