a5bd03ec6b
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 |
||
---|---|---|
.. | ||
post-install.d | ||
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>``.