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?
Unable to Migrate Instance as Image Used to Create Instance is Deleted
Copy Markdown
Open in ChatGPT
Open in Claude
Problem
Unable to migrate the instance as the original image used to create the instance is deleted.
Environment
- Platform9 Managed OpenStack - All Versions
- Nova
- Glance
- QEMU
Cause
The instance cannot be resized or migrated as the image is deleted from the Glance node.
Note: If the backing file is not present on the hypervisor running the instance, the image cannot be recreated.
Resolution
- Execute the following command on the hypervisor running the instance to check if the backing file is present or not.
xxxxxxxxxx$ sudo qemu-img info [INSTANCE_STORAGE_PATH]/[INSTANCE_UUID]/disk- Copy the backing file to the /tmp directory of the Glance node in your environment.
- Check the file format of the backing file.
xxxxxxxxxx$ qemu-img info /tmp/backing_file- If the backing file is in raw format, convert it into qcow2 format.
xxxxxxxxxx$ qemu-img convert -f raw -O qcow2 [backing_file_name] [original_image_name]- Change ownership of the file 'original_image_name'.
xxxxxxxxxx$ chown pf9:pf9group filename- Check the integrity of the image rebuilt by creating a test instance.
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