10 Apr
2025
10 Apr
'25
6:49 a.m.
This is from a openSUSE base OS: # cat /etc/logrotate.d/cephadm # created by cephadm /var/log/ceph/cephadm.log { rotate 7 daily compress missingok notifempty su root root } Zitat von Alex <mr.alexey@gmail.com>:
I did have to add "su root root" to the log rotate script to fix the permissions issue. There's a RH KB article and Ceph github pull requests to fix it.