3.1. Relevant Information for Bug ReportingΒΆ
In case you cannot investigate and resolve the issue by yourself using this document, make sure you open a ticket on JIRA portal with the relevant troubleshooting information.
This information can be generated and exported using the
troubleshooting-report.sh
script.
Note
If you are in an OpenStack environment, call the script providing as arguments:
--controller
inside a controller node--compute
inside a compute node--network
inside a network node
Also make sure credentials for access to nova are exported in the environment
(i.e.: OS_USERNAME
, OS_PASSWORD
, OS_PROJECT_DOMAIN_ID
, etc.).
If possible, reproduce your issue with debug info enabled. Enable debug for the shortest time possible, as it produces a flabbergasting amount of log.
To enable debug, look at the OpenStack logs section.
Send the troubleshooting-report*.tar.gz
files along with any other information
you deem relevant.
Note
The script makes use of the following commands if available:
brctl
dmidecode
ebtables-save
ip6tables-save
iptables-save
lsb_release
lscpu
lspci
lstopo
mount
numastat
ovs-vsctl
sosreport
timeout
vmstat
For better results, make sure these tools are available on your system.