Managed OpenStack
Latest
Frequently Asked Questions
Solution
How To
Internal Only
Templates
Powered By

Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Instance Missing on Hypervisor
Copy Markdown
Open in ChatGPT
Open in Claude
Problem
- Instance goes into ERROR state after failing to start.
- Running
openstack server show [uuid]command shows an instance fault such as the following.
xxxxxxxxxxError: Instance [UUID] could not be found on hypervisor.Environment
- Platform9 Managed OpenStack - All Versions
- Nova
Causes
- Instance failed to migrate.
- Disk is full on hypervisor.
Resolution
Instance Failed to Migrate
- Determine on which host the instance resides on.
xxxxxxxxxx# openstack server show [UUID]- Check if the instance is running on the host obtained from the previous output.
xxxxxxxxxx# virsh list --all | grep [UUID]- Confirm that the instance XML file still exists on the hypervisor.
xxxxxxxxxx# ls -l /etc/libvirt/qemu/[UUID].xml# ls -l /opt/pf9/data/instances/[UUID]/cfg-[UUID].xml- If the XML file resides on the host, redefine the instance using virsh.
xxxxxxxxxx# virsh define /etc/libvirt/qemu/[UUID].xml- Reset the state of the instance.
xxxxxxxxxx# openstack server set --state active [UUID]Disk Full
- Identify which partition is full.
xxxxxxxxxx# df -h- Inspect which folder(s) or file(s) are consuming the most amount of disk space.
xxxxxxxxxx# du -xh [partition-path] | sort -h | tail- At your discretion, optionally backup and/or remove or truncate the offending large files which are consuming the most space.
Note: If you are uncertain if a particular file may be removed or truncated belonging to PF9, please contact Support.
VariableType to search · ESC to discard
GlossaryType to search · ESC to discard
InsertType to search · ESC to discard
No matches
Last updated on
Was this page helpful?
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message