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

Bootable disks #1634

Merged
merged 2 commits into from
Apr 4, 2023
Merged

Bootable disks #1634

merged 2 commits into from
Apr 4, 2023

Conversation

dbungert
Copy link
Collaborator

@dbungert dbungert commented Apr 3, 2023

Mark the disks as can_be_boot_disk, instead of a separate API call.

@dbungert dbungert requested a review from ogayot April 3, 2023 23:44
@@ -306,16 +306,10 @@ class reformat_disk:
def POST(data: Payload[ReformatDisk]) \
-> StorageResponseV2: ...

class potential_boot_disks:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume the desktop installer is the only consumer we know of for this endpoint. When we backport this fix, should we still keep the existing endpoint? This feels like a breaking change.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is fine to remove. :) it was added to the dart API but didn't end up being used in the GUI yet as discussed yesterday

@dbungert dbungert merged commit a8e2b3e into canonical:main Apr 4, 2023
@dbungert dbungert deleted the bootable-disks branch April 4, 2023 14:09
@dbungert dbungert mentioned this pull request Apr 4, 2023
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.

3 participants