-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QCOW image format not accepted by certain OpenStack providers #357
Comments
Hi @stephenmoloney! Thanks for testing KubeNow, and for opening this issue. I assume we are talking about OpenStack here. Releasing I know that @andersla and @sneumann had this problem with image format in the past and they have found a workaround with it. Maybe it's time to merge efforts and get the logic officially supported. |
Hi, I didn't have a proper solution, and manually converted the image following |
@mcapuccini I'm not entirely satisfied that manual intervention is a good thing... As I suppose @sneumann Do you know what size that upload was? |
@stephenmoloney agreed, it should be automatic. Pinging @andersla for any thoughts on this. |
Yes I think it would be possible to quite easily download the qcow2 image into the user temp dir (as is don now already) and there convert it into raw and then continue with then upload. |
@stephenmoloney if you have slow connection, you could start an instance in OpenStack so you can do the first deployment from the tenancy. In this way download/upload of the image should be way faster. I like the idea of converting the image prior upload. |
@mcapuccini That's sounds like a good idea, effectively, I take it you mean run So in that case, I'll make some changes to do a local conversion where the It might be a few days before I get a chance. I'll ping back when the PR is looking a bit more ready. |
Sure, no worries! Just let us know when it's ready 🙂 |
Same error. Could you please let me know if you have fixed it? or else, how can i convert file to iso? i cant see it under tmp even after the download. |
I think @andersla has a solution for this. You could also try this: https://docs.openstack.org/image-guide/convert-images.html |
Thanks. So trick was to add bin folder is inside my_deployment folder which is created as a result of |
Issue
Some cloud providers do not accept
qcow2
image formatError message:
Potential solution(s)
(1) release multiple image formats and make downloadable format configurable
(2) let the client download the
.qcow2
image format and do any conversions necessary prior to upload to the cloud providerrelates to #356
The text was updated successfully, but these errors were encountered: