[Bug 1439649] Re: Pacemaker unable to communicate with corosync on restart under lxc
JuanJo Ciarlante
1439649 at bugs.launchpad.net
Mon Aug 31 18:45:19 UTC 2015
After trying several corosync/pacemaker restarts without luck,
I was able to workaround this by adding an 'uidgid'
entry for hacluster:haclient:
* from /var/log/syslog:
Aug 31 18:33:18 juju-machine-3-lxc-3 corosync[901082]: [MAIN ] Denied connection attempt from 108:113
$ getent passwd 108
hacluster:x:108:113::/var/lib/heartbeat:/bin/false
$ getent group 113
haclient:x:113:
* add uidgid config:
# echo $'uidgid {\n uid: hacluster\n gid: haclient\n}' > /etc/corosync/uidgid.d/hacluster
* restart => Ok (crm status, etc)
I can't explain why other units are working ok without
this ACL addition (racing at service setup/start?).
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1439649
Title:
Pacemaker unable to communicate with corosync on restart under lxc
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1439649/+subscriptions
More information about the Ubuntu-server-bugs
mailing list