]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: add "su root root" to cephadm.log logrotate config 47178/head
authorAdam King <adking@redhat.com>
Tue, 19 Jul 2022 19:02:47 +0000 (15:02 -0400)
committerAdam King <adking@redhat.com>
Tue, 19 Jul 2022 19:02:47 +0000 (15:02 -0400)
Fixes: https://tracker.ceph.com/issues/56639
Signed-off-by: Adam King <adking@redhat.com>
src/cephadm/cephadm

index 5c3bdc2bbcf524b738c4addb69db2b839ee99dfa..870ca6f6d8c940a7f2d00faa242795f48aa8efec 100755 (executable)
@@ -9562,6 +9562,7 @@ def cephadm_init_logging(ctx: CephadmContext, args: List[str]) -> None:
     compress
     missingok
     notifempty
+    su root root
 }
 """)