Just to answer my own question all data are stored in the "nova" database in "instances" table.

A query like the following:


select * from instances where uuid='24g52375-bt6a-42d1-v583-6a1a88dcc2e1';


will give everything regarding that instance including the hypervisor on which it was launched initially.


Best,


George



Hello!

I am trying to figure out where an instance was launched initially
after its termination.

I know that by using the nova hypervisor-servers I can match the
running instances
on the hypervisors.

What about an instance that has been terminated?

I have kept both the instance ID and the instance UUID.

Is there a way to find out where it was initially launched (which
hypervisor) now that has been terminated?

Are there any records in the database or anywhere else?

I have checked all the hypervisor logs but doesn't seem to have any
record of either the instance ID, UUID or name.


Regards,


George

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : [email protected]
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : [email protected]
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to