oxidecomputer / oxidecomputer/omicron
Region allocation decision with multiple sub-volumes
Open
@leftwo is already working on this.
Since Apr 28, 2025.
- Dominant language
- Rust
- Stars
- 572
- Forks
- 97
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 96
Description
When we support allocation of volumes with multiple sub-volumes, we need
to decide where to allocate the regions that will make up these multiple sub-volumes.
Currently we have just a single sub-volume, and with that we allocate each region
from a unique sled, returning and error if such an allocation is not possible.
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.