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

After Corosync installation, LCMC just waits forever #61

Open
umataro opened this issue Sep 9, 2016 · 1 comment
Open

After Corosync installation, LCMC just waits forever #61

umataro opened this issue Sep 9, 2016 · 1 comment

Comments

@umataro
Copy link

umataro commented Sep 9, 2016

When I'm adding an Ubuntu 16.04.1 host using the Add Host Wizard, everything runs fine until I select the Pcmk/Corosync Install button. The installation then runs through, and as far as i can tell, it completes successfully, but it never lets me click the Next button.

lcmc

If I try installing Pcmk/Heartbeat instead, it completes successfully and lets me click the Next button.

I have tested this with OpenJDK-8-jre and Oracle's Java 8 (both on Ubuntu 16.04.1), result is always the same. LCMC just waits forever, even though installation appears to have finished sucessfully. I have also tested versions 1.7.11 and 1.7.10 with same outcome.

Additionally, even when I execute the script below manually (and it completes without error) on the host I'm trying to add, Pcmk/Corosync are still marked as not installed in the wizard.

bash -c "apt-get update && /usr/bin/apt-get -y install -o 'DPkg::Options::force=--force-confnew' pacemaker corosync  && mkdir /var/log/cluster && (grep 'START=no' /etc/default/corosync && echo 'START=yes'>>/etc/default/corosync) && if [ -e /etc/corosync/corosync.conf ];then mv /etc/corosync/corosync.conf /etc/corosync/corosync.conf.orig; fi"
@georgmzimmer
Copy link

I have the same problem.

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

No branches or pull requests

2 participants