[SOLVED] pacemaker, constraint location is not operational

Issues related to applications and software problems
Post Reply
ZorroPlateado
Posts: 8
Joined: 2013/12/18 22:23:54

[SOLVED] pacemaker, constraint location is not operational

Post by ZorroPlateado » 2014/01/17 17:51:02

I have Centos 6.5, a cluster of two nodes: centos1 and centos2. A resource WebSite and a constraint location :

Code: Select all

pcs constraint location WebSite rule score="-INFINITY"  PingMyHost lt 10
pcs constraint location WebSite rule score="10" PingMyHost gte 10
When I add these two restrictions the cib.xml is not replicated to the second node. I have repeated the same process several times with the same result.

Pacemaker i's Not fully operational in Centos 6.5? Should I use rgmanager?
Last edited by ZorroPlateado on 2014/09/23 12:24:00, edited 2 times in total.

ZorroPlateado
Posts: 8
Joined: 2013/12/18 22:23:54

Re: pacemaker constraint location with rule is not operation

Post by ZorroPlateado » 2014/01/17 19:32:44

After update packages to :

Code: Select all

Updated:
  pacemaker.x86_64 0:1.1.10-14.el6_5.2
  pacemaker-cli.x86_64 0:1.1.10-14.el6_5.2
  pacemaker-cluster-libs.x86_64 0:1.1.10-14.el6_5.2
  pacemaker-libs.x86_64 0:1.1.10-14.el6_5.2
node sync but :

Code: Select all

[root@centos2 bin]# pcs constraint location WebSite rule score="-INFINITY"  PingMyHost-clone lt 10
Error: Unable to update cib
Call cib_replace failed (-62): Timer expired

ZorroPlateado
Posts: 8
Joined: 2013/12/18 22:23:54

Re: pacemaker constraint location with rule is not operation

Post by ZorroPlateado » 2014/09/23 12:22:00

OK, my problem with sync between two nodes is with multicast/udp traffic on my lan, I have two nodes separeted but on same lan, and there is no udp traffic between nodes. I had a conversation with nets ingenieer :mrgreen: and this limitation on net is knowed.

Post Reply