We are running Ubuntu 10.04 (lucid). I am trying to upgrade from the base version of corosync and pacemaker, to the most recent available via https://launchpad.net/~ubuntu-ha-maintainers/+archive/ppa
This is a test cluster, but I am trying to determine the best way to update without interrupting the running resources. Here is the commands I am using (on each node, with the exception of the first and last commands): crm configure property maintenance-mode=true apt-get install python-software-properties add-apt-repository ppa:ubuntu-ha-maintainers\/ppa apt-get update /etc/init.d/corosync stop apt-get install corosync pacemaker crm configure property maintenance-mode=false Before I run the last command, it shows all my resources as Started node_name (unmanaged), but when I try to go out of maintenance mode, it just hangs. versions are: ii corosync 1.4.2-1ubuntu0~ppa1 Standards-based cluster framework (daemon an ii libcorosync4 1.4.2-1ubuntu0~ppa1 Standards-based cluster framework (libraries ii pacemaker 1.1.6-2ubuntu0~ppa2 HA cluster resource manager I found reference to the issue here: http://blogs.linbit.com/p/1/ubuntu-lrmd-hangs/ but I don't believe I can update my libglibc2 to version 2.28 while still running lucid. Any suggestions? _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
