
Title
Page icon
Create new category
Edit page index title
Edit category
Edit link
Volume Creation Failure Due to Image Format Mismatch
Problem
The volume creation from an image fails with the following error:
This leads to:
Volume stuck in
errorordownloadingstate.Orphaned files on Tintri/NFS backends.
VM boot attempts failing with libvirt format errors.
Environment
Private Cloud Director Virtualization - v2025.6 and Higher
Self-Hosted Private Cloud Director Virtualization - v2025.6 and Higher
Block Storage using Tintri VMstore (NFS backend)
Image stored in local
filestoreExample versions:
cinder.volume.drivers.vmstore.nfsImage Service metadata (disk_format=raw, container_format=bare)
Cause
A image was incorrectly labeled as raw, but its actual data content was qcow2 (or another format). Block Storage’s image_utils.check_image_format() layer detected:
Metadata says raw
Data is actually non-raw
As a result:
Image conversion was aborted
Volume remained partially created
Back-end cleanup was incomplete
Diagnostics
Check image metadata
Verify actual image format - Must run on Image Service host
Check Tintri logs for refresh failure
Check orphaned files on the block storage backend
Resolution
If the desired format of the image is actually qcow2, update Image service metadata:
Clean up stale backend file - Only if the volume was stuck/errored when checking the openstack command, and the
openstack volume delete <VOLUME_UUID>does not remove the volume
Ensure to delete only the stale volume which is in stuck/errored state due to disk_format mismatch, else if a valid volume is deleted it will result on data loss.
Validation
Re-upload or fix image metadata, the
disk_formatshould now reflect actual format.
Create test bootable volume
Check volume status
Expected status:
Confirm no orphaned data: Cleanup confirmed on Tintri backend.
Additional Information
To prevent this issue in the future, you can adopt any of the following options:
Option A
Enforce qcow2 labelling by always uploading with:
Option B
Validate before import on image upload:
Option C
Enable image conversion - Use Image Service import workflow with: