summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammed Naser <mnaser@vexxhost.com>2021-03-01 11:38:02 -0500
committerMohammed Naser <mnaser@vexxhost.com>2021-03-01 11:40:51 -0500
commit2220aaae57ef7b9f636dfe3175a48c4d89c4fe59 (patch)
tree12f8c8a05a58fb6b2815fb4e10bfd05f884361ac
parent4a22c887f8f30ce18b23e3a7b4761e71512be7a5 (diff)
downloadironic-python-agent-2220aaae57ef7b9f636dfe3175a48c4d89c4fe59.tar.gz
Added comment about IPA logs being uploaded to Ironic
Change-Id: I983ad3bd6fff539e877844e54788f63689ce8a84
-rw-r--r--doc/source/admin/troubleshooting.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/admin/troubleshooting.rst b/doc/source/admin/troubleshooting.rst
index 616ce9b9..6e1a81c8 100644
--- a/doc/source/admin/troubleshooting.rst
+++ b/doc/source/admin/troubleshooting.rst
@@ -135,7 +135,6 @@ Where can I find the IPA logs
Retrieving the IPA logs will differ depending on which base image was used.
-
* Operating system that do not use ``systemd`` (ie Ubuntu 14.04)
- logs will be found in the /var/log/ folder.
@@ -147,6 +146,9 @@ Retrieving the IPA logs will differ depending on which base image was used.
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>`_.
+In addition, Ironic is configured to retrieve IPA logs upon failures by default,
+you can learn more about this feature in the `Ironic troubleshooting guide <https://docs.openstack.org/ironic/latest/admin/troubleshooting.html#retrieving-logs-from-the-deploy-ramdisk>`_.
+
Manually restart IPA
====================