summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-06-09 16:16:24 +0000
committerGerrit Code Review <review@openstack.org>2020-06-09 16:16:24 +0000
commit504c52389b3074e3eecfe34c486f60ea1b3d39d7 (patch)
tree828fd4f16af364b1f91ffa037f55f2e4bb2699d6
parentd7cf7bd3417833e4749c762b5e2510e8fceab15e (diff)
parent3dd929eb92cdd99146eaea1f5712f2aae811354f (diff)
downloadironic-python-agent-504c52389b3074e3eecfe34c486f60ea1b3d39d7.tar.gz
Merge "Document how to output journal to console"
-rw-r--r--doc/source/admin/troubleshooting.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/admin/troubleshooting.rst b/doc/source/admin/troubleshooting.rst
index de3ec065..616ce9b9 100644
--- a/doc/source/admin/troubleshooting.rst
+++ b/doc/source/admin/troubleshooting.rst
@@ -143,6 +143,9 @@ Retrieving the IPA logs will differ depending on which base image was used.
* Operating system that do use ``systemd`` (ie Fedora, CentOS, RHEL)
- logs may be viewed with ``sudo journalctl -u ironic-python-agent``
+ - if using a diskimage-builder ramdisk, it may be configured to output all
+ contents of the journal, including ironic-python-agent logs, by enabling
+ the `journal-to-console element <https://docs.openstack.org/diskimage-builder/latest/elements/journal-to-console/README.html>`_.
Manually restart IPA
====================