Re: [Pacemaker] Pacemaker bug 2456

2010-09-08 Thread Andrew Beekhof
Applied. Thanks! On Thu, Sep 9, 2010 at 12:35 AM, Andreas Hofmeister wrote: > Hi, > > The appended patch is for the bug described in > http://developerbugs.linux-foundation.org/show_bug.cgi?id=2456 found in > pacemaker 1.0.9.1, > > Apparently "crm_resource" calls "unpack_constraints()" for some

[Pacemaker] Pacemaker bug 2456

2010-09-08 Thread Andreas Hofmeister
Hi, The appended patch is for the bug described in http://developerbugs.linux-foundation.org/show_bug.cgi?id=2456 found in pacemaker 1.0.9.1, Apparently "crm_resource" calls "unpack_constraints()" for some actions ( -A, -a) but later does not free the memory allocated during that call. Usin

[Pacemaker] reset config

2010-09-08 Thread Gerry Kernan
Hi I have run in to a problem a 2 node cluster. One of thenodes wont connect to the cluster. When is do a crm_mon i get an error that “Connectionto cluster failed: connection failed” When is do cibadmin –Q i get an error “Signon toCIB failed: connection failed” How do i reset the config on

[Pacemaker] Fail to switchover when pingd host list failed to reach

2010-09-08 Thread Alister Wong
Hi, all, I encounter a problem to let my resource failover when active node is failed to ping default gateway. Below is my configuration: node nmc01-a node nmc01-b primitive ClusterIP ocf:heartbeat:IPaddr2 \ params ip="10.214.65.5" cidr_netmask="24" \ op mon