Overview
This guide covers the most common issues encountered when working with Xloud Image Service — including upload failures, stuck images, launch errors caused by image properties, and shared image visibility problems.For platform-level issues such as storage backend connectivity or Image API container
failures, refer to the Image Admin Guide — Troubleshooting.
Upload Issues
Image stuck in 'saving' status
Image stuck in 'saving' status
Cause: The upload stalled due to a client-side network interruption or the
image service ran out of available storage.Diagnose: Check the image status:Resolution: Delete the stuck image record and re-upload:Then re-upload with the
Check image status
Delete the stuck image
--progress flag to monitor the transfer:Re-upload with progress indicator
Upload fails with 413 Request Entity Too Large
Upload fails with 413 Request Entity Too Large
Cause: HAProxy or the load balancer is enforcing an upload size limit smaller
than the image file.Resolution: Contact your platform administrator to increase the upload limit.
This is a platform-level configuration change. See the
Image Admin Guide — Troubleshooting for
administrator instructions.
Upload fails midway through a large file
Upload fails midway through a large file
Cause: Network interruption during a large file upload. Standard HTTP PUT has
no resumption capability.Resolution: Use the chunked import API for images larger than 5 GB:Then import from a URL hosted on a stable server — the Image Service fetches the
file server-side and handles resumption internally.
Create image record
Launch Failures
Launch fails: minimum disk requirement not met
Launch fails: minimum disk requirement not met
Cause: The selected flavor’s root disk is smaller than the image’s Resolution: Either select a flavor with a larger root disk, or reduce
min_disk
property.Diagnose: Check the image’s minimum disk setting:Show image min_disk
min_disk
if it was set too conservatively:Update min_disk property
Instance fails to boot — OS not found
Instance fails to boot — OS not found
Cause: Incorrect Resolution: Correct the firmware and machine type properties:
hw_disk_bus or hw_firmware_type property. A UEFI image
launched with BIOS firmware (or vice versa) will fail to boot.Diagnose: Verify properties match the image’s actual configuration:Show image hardware properties
Correct UEFI image properties
Sharing Issues
Shared image not visible in target project
Shared image not visible in target project
Cannot share an image — permission denied
Cannot share an image — permission denied
Image Status Reference
| Status | Meaning | Action |
|---|---|---|
queued | Record created, upload not started | Upload data or delete and retry |
saving | Upload in progress | Wait, or delete if stalled |
active | Ready for use | No action needed |
deactivated | Disabled by admin | Contact platform administrator |
killed | Upload failed with an error | Delete and re-upload |
Next Steps
Upload an Image
Re-upload after resolving the issue using best practices.
Image Properties
Correct hardware properties to resolve launch failures.
Share Images
Review the correct sharing workflow to resolve visibility issues.
Image Admin Troubleshooting
Platform-level diagnostics for Image API and storage backend issues.