devstack/roles/export-devstack-journal
Radosław Piliszek 6f2c807bfa gzip, not xz
xz may cause POST_FAILUREs due to memory pressure [1].

[1] http://lists.openstack.org/pipermail/openstack-discuss/2021-April/021609.html

Change-Id: I2ea3175ecf2508b62640bfffdd798d7072e55550
2021-04-06 18:43:32 +00:00
..
defaults Use stage_dir instead of /opt/stack 2017-12-18 18:21:24 +00:00
tasks gzip, not xz 2021-04-06 18:43:32 +00:00
templates gzip, not xz 2021-04-06 18:43:32 +00:00
README.rst Export all journal logs 2019-03-29 11:20:19 -07:00

README.rst

Export journal files from devstack services

This performs a number of logging collection services

  • Export the systemd journal in native format
  • For every devstack service, export logs to text in a file named screen-* to maintain legacy compatability when devstack services used to run in a screen session and were logged separately.
  • Export a syslog-style file with kernel and sudo messages for legacy compatability.

Writes the output to the logs/ subdirectory of stage_dir.

Role Variables