Skip to content
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

Generate boot disk name from image name #2542

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

charliepark
Copy link
Contributor

@charliepark charliepark commented Nov 9, 2024

This update changes how the fallback boot disk name is generated. Currently, we use the ID of the image used as the boot disk, but we'd like to use the image's name instead. The user is still able to set a boot disk name, as normal.

We are also looking into a means of showing the image used as the boot disk so that info is available whether the user names their boot disk or not, but that's a separate issue from this one.

Closes #2476

Copy link

vercel bot commented Nov 9, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
console ✅ Ready (Inspect) Visit Preview Nov 11, 2024 5:52am

@charliepark
Copy link
Contributor Author

Screenshot 2024-11-08 at 4 40 35 PM

@charliepark
Copy link
Contributor Author

charliepark commented Nov 12, 2024

Verified that a longer-than-expected name doesn't break things:
Screenshot 2024-11-11 at 10 07 40 PM
Screenshot 2024-11-11 at 10 06 25 PM

@charliepark charliepark marked this pull request as ready for review November 12, 2024 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generate boot disk name from image name instead of ID
1 participant