Re: [Pacemaker] Master/slave colocation

2013-10-28 Thread Chris Feist
On 10/17/13 11:15, Sam Gardner wrote: I have a two-node, six resource cluster configured. Two VIP addresses w/link monitoring, and a DRBD master/slave set configured exactly as in the Clusters from Scratch documentation. I want to make the DRBD master always be on the same node as the ExternalV

[Pacemaker] resource move (crm node standby)

2013-10-28 Thread Beo Banks
hi, i want to test my cluster and pacemaker don´t move my resources. crm node standby zarafa01 don´t move the resources to the2nd node it seems that i have some issues with drbd. the mysqld drbd devices isn´t set as primary after the 1st node is offline. is my config wrong? [root@zarafa02 ~

[Pacemaker] updating corosync without interrupting resources

2013-10-28 Thread Karl Rößmann
Hi, we want to increase some corosync token-parameters slightly: token, token_retransmits_before_loss_const, consensus. Is this possible Without interrupting services and resources? in this or

Re: [Pacemaker] The larger cluster is tested.

2013-10-28 Thread yusuke iida
Hi, Andrew I tested using following commit. https://github.com/beekhof/pacemaker/commit/b6fa1e650f64b1ba73fdb143f41323aa8cb3544e However, timeout of operation has still occurred. I analyzed the log. I am noting that it is late that the ipc message transmitted to cib from crmd of local is proces

Re: [Pacemaker] IPaddr2 started but "not working"

2013-10-28 Thread Michael Schwartzkopff
Am Montag, 28. Oktober 2013, 11:15:07 schrieb Francesco Namuri: > Il 28/10/2013 10.38, Michael Schwartzkopff ha scritto: > > Am Montag, 28. Oktober 2013, 10:25:47 schrieb Francesco Namuri: > >> Hi Lars, > >> > >> Il 28/10/2013 09.56, Lars Marowsky-Bree ha scritto: > >>> On 2013-10-28T09:38:34, Fran

Re: [Pacemaker] IPaddr2 started but "not working"

2013-10-28 Thread Francesco Namuri
Il 28/10/2013 10.38, Michael Schwartzkopff ha scritto: > Am Montag, 28. Oktober 2013, 10:25:47 schrieb Francesco Namuri: >> Hi Lars, >> >> Il 28/10/2013 09.56, Lars Marowsky-Bree ha scritto: >>> On 2013-10-28T09:38:34, Francesco Namuri wrote: Hi, I've a problem with a IPaddr2 resource, i

Re: [Pacemaker] IPaddr2 started but "not working"

2013-10-28 Thread Michael Schwartzkopff
Am Montag, 28. Oktober 2013, 10:25:47 schrieb Francesco Namuri: > Hi Lars, > > Il 28/10/2013 09.56, Lars Marowsky-Bree ha scritto: > > On 2013-10-28T09:38:34, Francesco Namuri wrote: > >> Hi, > >> I've a problem with a IPaddr2 resource, it appears to be started > >> correctly and it works for a wh

Re: [Pacemaker] IPaddr2 started but "not working"

2013-10-28 Thread Francesco Namuri
Hi Lars, Il 28/10/2013 09.56, Lars Marowsky-Bree ha scritto: > On 2013-10-28T09:38:34, Francesco Namuri wrote: > >> Hi, >> I've a problem with a IPaddr2 resource, it appears to be started >> correctly and it works for a while, but after it appears "to be hanged", >> it doesn't work until I send i

Re: [Pacemaker] IPaddr2 started but "not working"

2013-10-28 Thread Beo Banks
hi, i am not sure but i am using the nic parameter,too. it should be used the nic from the routing table but maybe that´s the problem. primitive cluster_ip_wlan ocf:heartbeat:IPaddr2 \ params ip="172.16.15.254" cidr_netmask="32" nic="" \ op monitor interval="10s" \ op ti

Re: [Pacemaker] IPaddr2 started but "not working"

2013-10-28 Thread Lars Marowsky-Bree
On 2013-10-28T09:38:34, Francesco Namuri wrote: > Hi, > I've a problem with a IPaddr2 resource, it appears to be started > correctly and it works for a while, but after it appears "to be hanged", > it doesn't work until I send it a restart. > Does anyone has experienced similar issue? You're run

[Pacemaker] IPaddr2 started but "not working"

2013-10-28 Thread Francesco Namuri
Hi, I've a problem with a IPaddr2 resource, it appears to be started correctly and it works for a while, but after it appears "to be hanged", it doesn't work until I send it a restart. Does anyone has experienced similar issue? Best Regards, Francesco Namuri --code-- primitive cluster_ip_wlan oc