Add DnsmasqFilter error - my fsm encountered an exception
Signed-off-by: Bernd Mueller <mueller@b1-systems.de> Change-Id: I45ac3931b3d261a385385ade829767b56b175704
This commit is contained in:
parent
14455c6647
commit
113d3e4d2d
@ -155,6 +155,26 @@ On Ubuntu 14.04 this can be done by editing your
|
|||||||
This will ensure they will come up first when ``/etc/resolv.conf``
|
This will ensure they will come up first when ``/etc/resolv.conf``
|
||||||
is regenerated.
|
is regenerated.
|
||||||
|
|
||||||
|
Troubleshooting DnsmasqFilter
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
When introspection fails and the following error is in ``ironic-inspector.log``
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
ERROR ironic_inspector.node_cache [-] [node: 651da5a3-4ecb-4214-a87d-139cc7778c05
|
||||||
|
state starting] Processing the error event because of an exception
|
||||||
|
<class 'ironic_inspector.pxe_filter.base.InvalidFilterDriverState'>:
|
||||||
|
The PXE filter driver DnsmasqFilter, state=uninitialized: my fsm encountered an
|
||||||
|
exception: Can not transition from state 'uninitialized' on event 'sync'
|
||||||
|
(no defined transition) raised by ironic_inspector.introspect._do_introspect:
|
||||||
|
ironic_inspector.pxe_filter.base.InvalidFilterDriverState: The PXE filter driver
|
||||||
|
DnsmasqFilter, state=uninitialized: my fsm encountered an exception:
|
||||||
|
Can not transition from state 'uninitialized' on event 'sync'
|
||||||
|
(no defined transition)
|
||||||
|
|
||||||
|
restart ``ironic-inspector``.
|
||||||
|
|
||||||
Running Inspector in a VirtualBox environment
|
Running Inspector in a VirtualBox environment
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user