rasto / lcmc

Pacemaker/DRBD/KVM/LVM Cluster GUI
Other
102 stars 21 forks source link

After Corosync installation, LCMC just waits forever #61

Open umataro opened 8 years ago

umataro commented 8 years ago

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 commented 8 years ago

I have the same problem.