mirror of
https://github.com/ceph/ceph
synced 2025-03-04 23:40:07 +00:00
ceph: disable logrotate
This screwed up the log archival step at the end, and generally makes a mess of automated runs. Fixe: #5451
This commit is contained in:
parent
ee03afaa60
commit
140e63b413
@ -110,6 +110,17 @@ def ceph_log(ctx, config):
|
||||
wait=False,
|
||||
)
|
||||
)
|
||||
log.info('Disabling ceph logrotate...')
|
||||
run.wait(
|
||||
ctx.cluster.run(
|
||||
args=[
|
||||
'sudo',
|
||||
'rm', '-f', '--',
|
||||
'/etc/logrotate.d/ceph',
|
||||
],
|
||||
wait=False,
|
||||
)
|
||||
)
|
||||
log.info('Creating extra log directories...')
|
||||
run.wait(
|
||||
ctx.cluster.run(
|
||||
|
Loading…
Reference in New Issue
Block a user