Re: [ClusterLabs] How to make a node persistent active in pacemaker-corosync?

2017-12-11 Thread Takehiro Matsushima
Hi, If you want to be active resource on node0 prior to node1, try using #uname in "location" like this: (example in crmsh) location some-resource-location some-resource \ rule 100: #uname eq node0 \ rule 50: #uname ne node0 It allows to be active "some-resource" resource on node0 wh

Re: [ClusterLabs] Cloned IP not moving back after node restart or standby

2017-06-07 Thread Takehiro Matsushima
I'll try IPaddr2 cloning and will read the code. Thank you, Ken. Regards, Takehiro 2017-06-08 1:58 GMT+09:00 Ken Gaillot : > On 06/02/2017 06:33 AM, Takehiro Matsushima wrote: >> Hi, >> >> You should not clone IPaddr2 resource. >> Clone means that to run the res

Re: [ClusterLabs] Cloned IP not moving back after node restart or standby

2017-06-02 Thread Takehiro Matsushima
Hi, You should not clone IPaddr2 resource. Clone means that to run the resource at same time on both nodes, so these nodes will have same duplicated IP address on a network. Specifically, you need to configure a IPaddr2 resource runs on a node which cloned nginx is running, by collocation constra

Re: [ClusterLabs] reset of sticking service in peer node's reboot in Active/Passive configuration

2017-05-01 Thread Takehiro Matsushima
ch "last-run" in line of "start" operation for each resource. If the time is not change when you rebooted a passive node, the resource should not restarted actually. Thanks, Takehiro Matsushima 2017-04-30 19:32 GMT+09:00 石井 俊直 : > Hi. > > We have 2-node Active/Passive cl

Re: [ClusterLabs] IPaddr2, interval between unsolicited ARP packets

2016-10-03 Thread Takehiro Matsushima
been created properly. Thank you, Takehiro MATSUSHIMA 2016-10-03 14:45 GMT+09:00 Shinjiro Hamaguchi : > Hello everyone!! > > > I'm using IPaddr2 for VIP. > > In the IPaddr2 document, it say interval between unsolicited ARP packets is > default 200msec and can change it u