oxidecomputer / oxidecomputer/omicron
Remove the zone-bundle functionality
@bnaecker is already working on this.
Since Apr 23, 2025.
- Dominant language
- Rust
- Stars
- 572
- Forks
- 97
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 96
Description
The sled-agent includes a bunch of code for managing "zone bundles", a tarball of log files and command output run inside a specific, non-global zone on a sled. That was useful during early Omicron development, but is going to be obsoleted by the in-progress work on support bundles. When that's in a reasonable place, we should remove the entire zone-bundling machinery.
Removing the code is mostly fine, but we also have datasets on the M.2s storing the bundles, which is mounted at /pool/int/*/debug/bundle/zone. We'll probably want to add some code in the sled-agent for removing these older datasets entirely.
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.