[Openstack] Instance's Hypervisor Server
Georgios Dimitrakakis
giorgis at acmac.uoc.gr
Fri Mar 6 13:30:50 UTC 2015
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 : openstack at lists.openstack.org
> Unsubscribe :
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
More information about the Openstack
mailing list