Report this

What is the reason for this report?

Uploading image from pending to "Looks like you don't have any images"

Posted on November 21, 2020
Andrius

By Andrius

Developer

So I’m trying to upload VM image via API. First I uploaded image to spaces. Image is quite large ~60gb. When I initiate image creation via panel using URL or using API, I see message that image was initiated and it is in pending status.

After some time, when I check the image status again, all I see is:

“Looks like you don’t have any images”.

I dont see any errors, nothing image creation just disappears…

My image format is .vhdx if that matters.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi there,

This is quite interesting, one thing that might be the problem is that Images must be less than 100GB uncompressed, so if your image is 60GB compressed, after uncompressing it might be larger than 100GB causing the issue.

You can also upload a custom image that meets the above criteria as a compressed gzip or bzip2 file.

The .vhdx format is supported so this should not be a problem:

https://docs.digitalocean.com/products/images/custom-images/details/features/#image-requirements

Also if you are uploading the image to a Spaces bucket, make sure to not use the CDN link when importing as importing a custom image by URL will fail if the image is served by a CDN in some cases, especially ones that do not support HEAD requests.

If you are still seeing the problem, please reach out to the DigitalOcean support team who will be more than happy to assist you with this issue!

https://www.digitalocean.com/support/

Best,

Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.