kolla-ansible/ansible/roles/baremetal
Doug Szumski bd54b99132 Constrain the size of Docker logs
Even though Kolla services are configured to log output to file rather than
stdout, some stdout still occurs when for example the container re(starts).
Since the Docker logs are not constrained in size, they can fill up the
docker volumes drive and bring down the host. One example of when this is
particularly problematic is when Fluentd cannot parse a log message. The
warning output is written to the Docker log and in production we have seen
it eat 100GB of disk space in less than a day. We could configure Fluentd
not to do this, but the problem may still occur via another mechanism.

Change-Id: Ia6d3935263a5909c71750b34eb69e72e6e558b7a
Closes-Bug: #1794249
2018-10-11 13:31:47 +01:00
..
defaults Disable the ntp service when bootstrap-servers 2018-08-03 08:48:05 +00:00
tasks Merge "Use include_tasks instead of include" 2018-07-27 08:16:08 +00:00
templates Constrain the size of Docker logs 2018-10-11 13:31:47 +01:00