]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
src/cephadm: added ceph-exporter to post-rotate signal list 68902/head
authorTimothy Q Nguyen <timqn22@gmail.com>
Wed, 13 May 2026 23:19:57 +0000 (16:19 -0700)
committerTimothy Q Nguyen <timqn22@gmail.com>
Fri, 15 May 2026 17:39:57 +0000 (10:39 -0700)
commit2746a9b7c9d4155103bb3bdf69e9a68056edf819
tree4b8d80bbed5421c3a266c5a69f460240ff9bec12
parent4d5cdb6bbe05e02b4bdd7d37200b0ab2a97d5e95
src/cephadm: added ceph-exporter to post-rotate signal list

As the title says this change simply adds ceph-exporter to a logrotate
list which will ensure ceph-exporter will continue writing to a new log
file even after log rotation. Currently no new log file will be written to
and you will have to manually add ceph-exporter to logrotate.d.

Signed-off-by: Timothy Q Nguyen <timqn22@gmail.com>
src/cephadm/cephadmlib/logging.py
src/cephadm/tests/test_logrotate_config.py