minio / docs

MinIO Object Storage Documentation
https://docs.min.io/minio/baremetal
Creative Commons Attribution 4.0 International
541 stars 289 forks source link

Pool order must not change #1250

Open ravindk89 opened 2 weeks ago

ravindk89 commented 2 weeks ago

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