On 3/10/2010 at 12:29 PM, "Robinson, Eric" <[email protected]> wrote: > Hi all, > > Trying to switch from Heartbeat R1 clusters to OpenAIS+PaceMaker. Got to > page viii of the ClusterLabs "Cluster from Scratch" document, where I am > told to enter: > > yum install -y "openais = 0.80.6" pacemaker > > A bunch of stuff whizzes by, and then it stops with the following > message: > > --> Finished Dependency Resolution > corosync-1.2.0-1.el5.x86_64 from clusterlabs has depsolving problems > --> corosync conflicts with openais > Error: corosync conflicts with openais > > Googled it and came up with nothing. Any ideas?
This'll be due to the openais/corosync split[1]. You can either just not install openais at all if you don't need the extra magic it includes for DLM/CLVM/OCFS2, or install corosync 1.x + openais 1.x (openais 0.8.x included what is now corosync+openais, hence the conflict between corosync 1.x and openais 0.8.x). HTH, Tim [1] http://www.corosync.org/doku.php?id=faq:why -- Tim Serong <[email protected]> Senior Clustering Engineer, OPS Engineering, Novell Inc. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
