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

How can we scale minio cluster disks by this ansible for an already running cluster? #47

Open
hosnas opened this issue Jun 28, 2020 · 0 comments

Comments

@hosnas
Copy link

hosnas commented Jun 28, 2020

my variable is like this:

minio_server_datadirs: [ "/mnt/minio1", "/mnt/minio2" ]
minio_server_cluster_nodes:
  - 'http://server1/mnt/minio1'
  - 'http://server1/mnt/minio2'
  - 'http://server2/mnt/minio1'
  - 'http://server2/mnt/minio2'

and then I want to scale to this

minio_server_datadirs: [ "/mnt/minio1", "/mnt/minio2", "/mnt/minio3", "/mnt/minio4" ]
minio_server_cluster_nodes:
  - 'http://server1/mnt/minio1'
  - 'http://server1/mnt/minio2'
  - 'http://server1/mnt/minio3'
  - 'http://server1/mnt/minio4'
  - 'http://server2/mnt/minio1'
  - 'http://server2/mnt/minio2'
  - 'http://server2/mnt/minio3'
  - 'http://server2/mnt/minio4'

but the second stage doesnt work

@hosnas hosnas changed the title How can we scale minio cluster disks by this ansible for an already running server? How can we scale minio cluster disks by this ansible for an already running cluster? Jun 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant