Re: [Pacemaker] colocate three resources

2014-11-09 Thread Alexandre
I think you can use a single colocation with a set of resources. crmsh allows you to create such a colocation with: crm colocation vm_with_disks inf: vm_srv ( ms_disk_R:Master ms_disk_S:Master ) This forces the cluster to place the master resources on the same host, starting them without

Re: [Pacemaker] batch-limit with many resources

2014-11-09 Thread Andrew Beekhof
On 8 Nov 2014, at 10:22 pm, Matthias Teege matthias-gm...@mteege.de wrote: Hello, I have a cluster with 300 resources. A lot of them are using the same monitoring intervalls. Is it necessary to increase the batch-limit to allow pacemaker to run all monitoring scripts in parallel? Short

Re: [Pacemaker] colocate three resources

2014-11-09 Thread Andrew Beekhof
On 9 Nov 2014, at 9:28 pm, Matthias Teege matthias-gm...@mteege.de wrote: Hallo, On a cluster I have to place three resources on the same node. ms ms_disk_R p_disk_R ms ms_disk_S p_disk_S primitive vm_srv ocf:heartbeat:VirtualDomain The colocation constraints looks like this:

Re: [Pacemaker] How to avoid CRM sending stop when ha.cf gets 2nd node configured

2014-11-09 Thread Andrew Beekhof
On 8 Nov 2014, at 11:58 am, aridh bose ari...@yahoo.com wrote: Hi, While using heartbeat and pacemaker, is it possible to bringup first node which can go as Master, followed by second node which should go as Slave without causing any issues to the first node? Currently, I see a couple