Skip to content

Commit 7d668c1

Browse files
clwluvwguits
authored andcommitted
ceph-infra: allow configuring logrotate
Signed-off-by: Seena Fallah <[email protected]>
1 parent b1f7e2d commit 7d668c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/ceph-infra/templates/logrotate.conf.j2

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/var/log/ceph/*.log {
2-
rotate 7
3-
daily
2+
rotate {{ ceph_logrotate_rotate | default(7) }}
3+
{{ ceph_logrotate_frequency | default('daily') }}
44
compress
55
sharedscripts
66
postrotate

0 commit comments

Comments
 (0)