diskimage-builder/releasenotes/notes/journal-console-752b46542ec5595e.yaml
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

7 lines
181 B
YAML

---
features:
- |
The ``journal-to-console`` element is added to allow forwarding
systemd output to the host console. This is useful for debugging
early boot issues.