Comment 3 for bug 1584365

Revision history for this message
ndsipa pomu (ndsipa-pomu) wrote :

I got this working after working around two other bugs.

"systemctl pcsd start" fails with ruby errors (/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `required`) that can be fixed by running:

gem install orderedhash

After that, there's the problem with Ruby binding to the IPv6 interface, so I edited /usr/share/pcsd/ssl.rb and changed the webrick_options:

:BindAddress => '*',
:Host => '',

After that, "systemctl restart pcsd" and then "pcs cluster auth" works.