oxidecomputer / oxidecomputer/console
No way to get disk out of bulk import state
@fakemonster is already working on this.
Since Sep 9, 2026.
- Dominant language
- TypeScript
- Stars
- 228
- Forks
- 22
- Avg merge
- 19h 42m
- Merged PRs (30d)
- 32
Description
If I capriciously close the tab in the middle of image upload, I'm left with this undeleteable demon haunting me. We could add a button only for disks in this godforsaken state that lets you call diskBulkWriteImportStop, which would put the image back in ImportReady state, and then call diskFinalize, which puts the disk in Detached state and does not create a snapshot as long as you leave off the snapshot name param. We could call that "reset" or something stupid. OR, we could just enable the delete button and do all that as part of delete.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.