← Back to team overview

openstack team mailing list archive

Re: How to Query Nova Instance Faults

 

Hi,

1) connect to mysql database:
mysql -uroot -p

2) use nova database once in mysql prompt 
mysql> use nova;


3) find the error values
mysql> select * from instance_faults;

Regards,
Gabriel



________________________________
 From: Malek Mushleh <mmusleh@xxxxxxx>
To: openstack@xxxxxxxxxxxxxxxxxxx 
Sent: Thursday, February 7, 2013 5:14 PM
Subject: [Openstack] How to Query Nova Instance Faults
 
Hi,

I am getting an error when performing "nova boot ...:" on an image that I have confirmed is in my glance repository. However, the corresponding logs do not indicate why or what the error is.

Is there a way and how to query the database for the nova instance error as alluded to here:

http://stackoverflow.com/questions/13954539/nova-boot-error-devstack

Thanks,

Malek

_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

References