Creating Volume-Backed Instance From Image Fails
Problem
- User receives the following error while attempting to create a 'Boot From Volume' instance starting from an image.
- The following log is seen in /var/log/pf9/cindervolume-base.log
Environment
- Platform9 Managed OpenStack - All Versions
- Nova
- Cinder
Cause
As seen in the cindervolume-base.log file described above, the virtual size of the image is larger than the size of the volume specified during creation of the instance.
Resolution
- The size of the volume specified during creation of the instance must be larger than the virtual size of the image being used to create the volume.
- With the above virtual_size given in bytes (186457982354 = ~186.5GB), the volume size specified must be at least 187GB.
Was this page helpful?