Document accessing stored introspection ramdisk logs

Change-Id: I4e96f94c929477dad13917442d966a6a1a3781e1
This commit is contained in:
Dmitry Tantsur 2016-05-05 16:12:05 +02:00
parent e092e66abb
commit 8b7f44e21b

View File

@ -83,6 +83,19 @@ or DHCP logs from
SSH as a root user with the temporary password or the SSH key.
Accessing logs from the ramdisk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Introspection logs are saved on ramdisk failures. Starting with the Newton
release, they are actually stored on all introspection failures. The standard
location is ``/var/log/ironic-inspector/ramdisk``, and the files there are
actually ``tar.gz`` without an extension.
To collect introspection logs in other cases, set
``always_store_ramdisk_logs = true`` in
``/etc/ironic-inspector/inspector.conf``, restart the
``openstack-ironic-inspector`` service and retry the introspection.
Refusing to introspect node with provision state "available"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^