-
Notifications
You must be signed in to change notification settings - Fork 47
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
Allow create gluster without manage lvm volumes #76
Comments
Currently only LVM managed bricks are supported. The brick list is created in the Have you tried setting that yourself? |
it doesn't work. "by hand" i created it using something like
(of course after probing servers) I've tried to recreate that configuration using chef by setting attributes:
|
I can look at adding support for existing disks. Feel free to submit a PR if you wish though :) |
please, #77 :-) |
Released under |
I would like to create glusterfs on previously created volumes. I've added empty gluster.server.disks table to not create partitions there, then I've added brick_mount_path to correct dir, set volumes... but it doesn't work. I'ave received error:
on line:
24>> peer_bricks = chef_node['gluster']['server']['volumes'][volume_name]['bricks'].select { |brick| brick.include? volume_name }
The text was updated successfully, but these errors were encountered: