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

Provisioning multiple disks #87

Open
tbhuynh opened this issue Dec 20, 2016 · 3 comments
Open

Provisioning multiple disks #87

tbhuynh opened this issue Dec 20, 2016 · 3 comments

Comments

@tbhuynh
Copy link

tbhuynh commented Dec 20, 2016

I am able to run the cookbook successfully first time which volumes were created to from /dev/sdb. But if later I want to re-use the cookbook again and add another disks like /dev/sdc and create volumes. It seems that it doesn't pick up.

@shortdudey123
Copy link
Owner

shortdudey123 commented Dec 20, 2016

  • What version of the cookbook are you using?
  • What is node['cluster'] before and after adding /dev/sdc?
  • When only /dev/sdb was in the list, was the gluster volume successfully created?

@tbhuynh
Copy link
Author

tbhuynh commented Dec 20, 2016

I am using 5.2.0. The first run was a success it creates the volumes. But if I wanted to create more gluster volumes but use a different disks it doesn't seem to pick up the new disk.

@shortdudey123
Copy link
Owner

After a gluster volume is created, this cookbook currently does not support adding disks on the same host, only new hosts.

You are welcome to open a PR :)
Or i can look at it when i am free at some point

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants