Hide Forgot
Description of problem: In the guide : https://access.redhat.com/documentation/en/red-hat-openstack-platform/version-8/director-installation-and-usage/#sect-Troubleshooting_Hardware_Introspection The precedure is : Procedure 11.3. Stopping the Discovery Process Change the power state of each node to off: $ ironic node-set-power-state [NODE UUID] off Remove ironic-inspector cache and restart it: $ rm /var/lib/ironic-inspector/inspector.sqlite $ sudo systemctl restart openstack-ironic-inspector It should be : Procedure 11.3. Stopping the Discovery Process Change the power state of each node to off: $ ironic node-set-power-state [NODE UUID] off Remove ironic-inspector cache and restart it: $ rm /var/lib/ironic-inspector/inspector.sqlite $ sudo systemctl restart openstack-ironic-inspector $[root@tst-omuc-01 ~]# ironic-inspector-dbsync --config-file /etc/ironic-inspector/inspector.conf upgrade Actual results: fails to start Expected results: need to add step to resync the db using : [root@tst- ~]# ironic-inspector-dbsync --config-file /etc/ironic-inspector/inspector.conf upgrade Additional info: Failure to re-sync the db will cause: [root@tst-omuc-01 ~]# openstack baremetal introspection start f196c053-2c16-454e-91ca-dee0188efcbf Internal server error (OperationalError): (sqlite3.OperationalError) no such table: attributes [SQL: u'DELETE FROM attributes WHERE attributes.uuid = ?'] [parameters: (u'f196c053-2c16-454e-91ca-dee0188efcbf',)]
This change is now live on the portal: https://access.redhat.com/documentation/en/red-hat-openstack-platform/8/director-installation-and-usage/112-troubleshooting-hardware-introspection Jeremy, were there any further changes required for this item?
No response in over a month. Closing this BZ as the changes are live on the portal. Feel free to reopen if further changes are required.