oxidecomputer / oxidecomputer/omicron
`abandoned_vmm_reaper` should remove orphan tombstoned entries on `sled_resource_vmm` table
Open
@hawkw is already working on this.
Since Jul 1, 2026.
nexus
- Dominant language
- Rust
- Stars
- 572
- Forks
- 97
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 96
Description
During a recent customer issue, an instance could not be allocated to a sled due to a tombstoned record on the sled_resource_vmm table which had no corresponding instance. We suspect this record was created by this migration.
The abandoned_vmm_reaper should remove these entries, ensuring the sled resources are not incorrectly withheld from use.
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.