Re: [Pacemaker] starting a xen-domU depending on available hardware-resources using SysInfo-RA

2010-10-08 Thread Sascha Reimann
an And on a related note, why are there two different SysInfo agents? Which one is supported? /usr/lib/ocf/resource.d/heartbeat/SysInfo /usr/lib/ocf/resource.d/pacemaker/SysInfo Thanks, Vadym On 09/28/2010 12:18 PM, Dejan Muhamedagic wrote: Hi, On Tue, Sep 28, 2010 at 11:00:18AM +0200, Sascha

Re: [Pacemaker] starting a xen-domU depending on available hardware-resources using SysInfo-RA

2010-09-29 Thread Sascha Reimann
03-rule" ram_free: ram_free gt 1000 property $id="cib-bootstrap-options" \ dc-version="1.0.9-74392a28b7f31d7ddc86689598bd23114f58978b" \ cluster-infrastructure="openais" \ expected-quorum-votes="4" \ stonith-enabled="

[Pacemaker] starting a xen-domU depending on available hardware-resources using SysInfo-RA

2010-09-28 Thread Sascha Reimann
howdy! I'm trying to configure a resource (xen-domU) that could start on 2 nodes (preferred on node server01): primitive v01 ocf:heartbeat:Xen \ params xmfile="/etc/xen/conf.d/v01.cfg" allow-migrate="true" location loc-v01p v01 200: server01 location loc-v01s v01 100: server02 That's