Grant Ridder
Grant Ridder
This might be a bug on the OJ side. Two like it have been reported over the years: https://github.com/ohler55/oj/issues/50 https://github.com/ohler55/oj/issues/69
Can you rebase on master and verify tests pass?
Long story short, you are trying to do a non-recommended setup. You should have 3 or more hosts for a replica. You technically can do it with 2 hosts but...
It is set here: https://github.com/shortdudey123/chef-gluster/blob/master/recipes/server_setup.rb#L52 Can you verify `node['gluster']['server']['volumes']['ose3-vol']['peers']` contains the FQDN or hostname of the node?
Can you post the context of the failed run? (not just the exception)
@alez007 can you verify the cookbook version you are using so that we make sure we are looking at the same thing?
@LorenzoPetite possibly? i don't use OpsWorks and am not too familiar with it @Seth-Karlo you use OpsWorks at all and might be able to shed light here?
Right now the version is already pinned to a minor version, but does not go so far as to pin patch versions You can use `node['gluster']['version']`, but you would also...
- 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...