]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
logrotate: Run as root/ceph 10587/head
authorBoris Ranto <branto@redhat.com>
Fri, 5 Aug 2016 09:14:53 +0000 (11:14 +0200)
committerBoris Ranto <branto@redhat.com>
Fri, 5 Aug 2016 09:14:57 +0000 (11:14 +0200)
Currently, we run the logrotate scripts as ceph/ceph but that way we
cannot rotate the scripts created by qemu (they are root/ceph and 644).
The original su line was introduced in commit 73d7bed9 because logrotate
complained that the directory was writable by a non-root group and it
needed a su line to supress that error. This way, we keep the group
settings and we can access and rotate the qemu logs as well.

Signed-off-by: Boris Ranto <branto@redhat.com>
src/logrotate.conf

index 061965b5efa90f397e53dd4c0a27089c058ae134..6bd1a98ff2503deca87b837b35868b635b1948a4 100644 (file)
@@ -8,5 +8,5 @@
     endscript
     missingok
     notifempty
-    su ceph ceph
+    su root ceph
 }