Extend subcloud bootstrap log rotation size

This commit extends the file size for ansible bootstrap log rotation.
The size is extended so that the file is not rotated during the
subcloud bootstrap operation.

The new size (450K) to keep the file as small as possible (the file is
uncompressed, with at least one per deployed subcloud), with a margin
for expanded log size in the future.

Test Plan:
PASS: Verify the ansible log is still rotated but not during the
first bootstrap operation, and that the other rotation parameters are
not affected.

Story: 2010611
Task: 48319

Signed-off-by: Kyle MacLeod <kyle.macleod@windriver.com>
Change-Id: I0fa839dedde4eedecb922e7aa1cfab9b56bc0fd6
This commit is contained in:
Kyle MacLeod 2023-05-19 21:48:30 -04:00
parent 74c6467620
commit 3bcd4aea05
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
/var/log/dcmanager/ansible/*.log
{
nodateext
size 200K
size 450K
start 1
rotate 2
missingok