Unable to Migrate Instance as Image Used to Create Instance is Deleted
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.
- Copy the backing file to the /tmp directory of the Glance node in your environment.
- Check the file format of the backing file.
- If the backing file is in raw format, convert it into qcow2 format.
- Change ownership of the file 'original_image_name'.
- Check the integrity of the image rebuilt by creating a test instance.
Was this page helpful?