diskimage-builder/diskimage_builder/elements/journal-to-console
Ian Wienand a5bd03ec6b journal-to-console: element to send systemd journal to console
This element configures systemd to send its journal to the console,
which can then be retreived by server commands.  In the case of
nodepool, if the image failed to boot the console will be dumped into
the logs when nodepool decides the node is not responding.  Having
this can be very helpful diagnosing early boot errors.

Needed-By: https://review.opendev.org/#/c/669787/
Change-Id: I6b6df7023acb6b2f967b84840bc4b542ebc03727
2019-07-25 11:24:49 +10:00
..
post-install.d journal-to-console: element to send systemd journal to console 2019-07-25 11:24:49 +10:00
README.rst journal-to-console: element to send systemd journal to console 2019-07-25 11:24:49 +10:00

README.rst

journal-to-console

Configure systemd's journal to send all logs to console. Useful for debugging issues before you can log into a host, such as network or authentication issues.

The console can be retrieved from an OpenStack cloud with a command such as openstack console log show <server>.