-
Notifications
You must be signed in to change notification settings - Fork 59
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
DigitalOcean: Creating custom fcos-39.20230916.1.2 image through doctl fails #1586
Comments
@jmarrero did you see this same behavior? |
I saw it but in digital ocean UI it showed as "pending", a few minutes later (maybe 10 mins) it showed it changed to being in a region and I could use it to create a VM successfully. Also the image ID changed between pending and actually being available in the region. |
hmm @c4rt0 maybe try one more time? I wonder if it is specific to the region you were using. |
I could be that we should change the |
I tried various areas: fra1, sfo2, sfo3 always resulting with the very same results. |
We can get together Monday and see if we can figure out what is different between our runs. |
Awesome, I will send you a meeting invite @jmarrero, thanks! |
I can now confirm that droplet creation was eventually successful, after reading the above ("waiting 10 minutes" helped). I thought that the image generation process finished unsuccessfully.
I believe it's necessary. |
I'll try to figure out what output from the cli we can use this week and do a doc PR. |
It looks like we can use the json output to get status: $ doctl compute image list-user --output json
and then filter by the name and status. For example this works:
however, can we expect the user to have |
Looks like |
Thanks for looking at this @jmarrero!
Well, to execute the above my toolbox container just got additional packages/dependencies installed:
I wonder if we should inform the user about the possible timeframe here - It took me over 15 minutes to see the status update. |
Describe the bug
Issue identified while following the testcase and trying to launch Fedora CoreOS on DigitalOcean using the next image during FCOS test days.
Image creation ends within seconds, size on disk = 0.
Reproduction steps
doctl
CLI:sudo dnf install doctl
Expected behavior
doctl compute image list-user
returns a list with a successfully created custom image, which can be run as a droplet via:Actual behavior
Returns :
System details
Butane or Ignition config
Additional information
No response
The text was updated successfully, but these errors were encountered: