oxidecomputer / oxidecomputer/omicron

Reconfigurator: Choosing a zpool should distribute load

Open
#5,991 0 comments 0 reactions 1 assignee View on GitHub

@smklein is already working on this.

Since Jul 2, 2024.

Dominant language
Rust
Stars
572
Forks
97
Avg merge
2d 12h
Merged PRs (30d)
96

Description

The planner's choice for placing new zones goes through OmicronZonePlacement, which is deterministic and distributes load as evenly as it can within the set of restrictions it has.

Currently, planner support for choosing a zpool is deterministic but does not evenly distribute load. We should either build something like OmicronZonePlacement for disks, or possibly extend OmicronZonePlacement to handle disks too.

Originally posted by @jgallagher in https://github.com/oxidecomputer/omicron/pull/5931#discussion_r1662907321

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.