[Openstack] How to Query Nova Instance Faults

Staicu Gabriel gabriel_staicu at yahoo.com
Thu Feb 7 16:04:06 UTC 2013


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 at isi.edu>
To: openstack at lists.launchpad.net 
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 at lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20130207/0110b452/attachment.html>


More information about the Openstack mailing list