oxidecomputer / oxidecomputer/omicron
disk delete needs to tell the pantry
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 572
- Forks
- 97
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 96
Description
This comes from crucible issue 1753
When a disk is deleted, any active attachments it has to a pantry need to be disconnected.
It's possible that a disk is repaired, but at the end of that repair, the disk is still left attached
to a pantry.
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.
Research direction
Start by tracing the disk-deletion path and reviewing Crucible issue 1753, which is the only referenced entry point. Determine how active pantry attachments are represented and disconnected; done means deleting a disk leaves no active attachment to a pantry, including after repair.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100