Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Want ability to have anti-affinity #1705

Open
rmustacc opened this issue Sep 13, 2022 · 1 comment
Open

Want ability to have anti-affinity #1705

rmustacc opened this issue Sep 13, 2022 · 1 comment
Assignees
Labels
customer For any bug reports or feature requests tied to customer requests

Comments

@rmustacc
Copy link

There are a number of different classes of services that folks run that want to be HA. This runs the gamut and generally includes things like databases (e.g. MySQL, Cockroach, Postgres, MSSQL), things that have built-in consensus (raft, zookeeper, etc.).

Most of these boil down into saying I would like to ensure that all of the instances of this thing don't end up in the same failure domain. For most smaller deployments (e.g. a single rack) this failure domain is probably the individual compute sled. For a multi-rack scenario, the failure mode may be larger and propagate to a rack-level or even cell-level.

This is to track that we want to think about what this means for Nexus, taking into consideration what others have done, and eventually write up an RFD on this, while taking into account a multi-rack future.

@dwradcliffe
Copy link

Even just for testing, this would be very useful for us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer For any bug reports or feature requests tied to customer requests
Projects
None yet
Development

No branches or pull requests

4 participants