Re: [Linux-HA] Resource set question

2009-07-13 Thread Andrew Beekhof
On Mon, Jul 13, 2009 at 11:29 AM, Steinhauer Juergen wrote: > Hi, > > it was my fault. I didn't set "ordered" as meta-attribute. > Nevertheless, the wanted behaviour is still not achieved. > > I created a colocation like this: > > sequential="true"> >           >           > > > I would expect, t

Re: [Linux-HA] Resource set question

2009-07-13 Thread Andrew Beekhof
On Fri, Jul 10, 2009 at 12:53 PM, Gawith wrote: > Hi Dominik, > >> Set ordered=false for the ip group. That will start them in parallel. I >> think. Then specify a resource order constraint to start your app group >> after the ip group and a colocation constraint to have the apps on the >> same nod

Re: [Linux-HA] Resource set question

2009-07-13 Thread Steinhauer Juergen
Hi, it was my fault. I didn't set "ordered" as meta-attribute. Nevertheless, the wanted behaviour is still not achieved. I created a colocation like this: I would expect, that app_ips, the unordered group, will start in parallel. After that, the app is started. But I see

Re: [Linux-HA] Resource set question

2009-07-13 Thread Michael Schwartzkopff
Am Montag, 13. Juli 2009 10:05:13 schrieb Steinhauer Juergen: > Hi, > > I just tried to create a group with ordered="false" in pacemaker 1.0.4, > but this fails. > > Regards Why does it fail? Any eror message? Nothing in the logs?

Re: [Linux-HA] Resource set question

2009-07-13 Thread Steinhauer Juergen
Hi, I just tried to create a group with ordered="false" in pacemaker 1.0.4, but this fails. Regards Lars Marowsky-Bree schrieb: > On 2009-07-10T12:53:53, Gawith wrote: > >>> Set ordered=false for the ip group. That will start them in parallel. I >>> think. Then specify a resource order constra

Re: [Linux-HA] Resource set question

2009-07-10 Thread Lars Marowsky-Bree
On 2009-07-10T12:53:53, Gawith wrote: > > Set ordered=false for the ip group. That will start them in parallel. I > > think. Then specify a resource order constraint to start your app group > > after the ip group and a colocation constraint to have the apps on the > > same node as the ips. > As f

Re: [Linux-HA] Resource set question

2009-07-10 Thread Gawith
Hi Dominik, > Set ordered=false for the ip group. That will start them in parallel. I > think. Then specify a resource order constraint to start your app group > after the ip group and a colocation constraint to have the apps on the > same node as the ips. > As far as I know, setting "ordered=fa

Re: [Linux-HA] Resource set question

2009-07-10 Thread Dominik Klein
Steinhauer Juergen wrote: > Hi guys! > > In my cluster setup, I have 6 IP addresses which should be started in > parallel for speed purpose, and two apps, depending on the six addresses. > > What would be the best way to configure this? > Putting all IPs in a group will start them one after anoth

[Linux-HA] Resource set question

2009-07-10 Thread Steinhauer Juergen
Hi guys! In my cluster setup, I have 6 IP addresses which should be started in parallel for speed purpose, and two apps, depending on the six addresses. What would be the best way to configure this? Putting all IPs in a group will start them one after another. Bad. A colocation with a set includi