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

Pool order must not change #1250

Closed
2 tasks
ravindk89 opened this issue Jun 18, 2024 · 0 comments · Fixed by #1267
Closed
2 tasks

Pool order must not change #1250

ravindk89 opened this issue Jun 18, 2024 · 0 comments · Fixed by #1267
Assignees

Comments

@ravindk89
Copy link
Collaborator

Summary

For any setup, the order of pools defined to minio server must not 'shuffle' or change. So

minio server https://minio-{1...4}.example.net/mnt/drive-{1...16} https://minio-{5...8}.example.net/mnt/drive-{1...16} https://minio-{9...12}.example.net/mnt/drive-{1...16}

This has three pools - pool 1 (minio1-4), pool 2 (minio 5-8), and pool 3 (minio 9-12).

you cannot shuffle these around - that includes in K8s as part of the pools array.

For decomm, you remove the pool being decommissioned when the decom process completes. You do not change the overall order of pools.

Goals

List the in-scope goals

  • Update expansion docs to call out pool ordering
  • May need to update the K8s operator crd to call this out separately
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants