Re: [Pacemaker] Updated VMwareVM resource agent

2010-03-01 Thread Dejan Muhamedagic
Hi, On Mon, Mar 01, 2010 at 01:09:10PM +0100, Florian Haas wrote: > On 2010-03-01 13:02, Dejan Muhamedagic wrote: > > Hi, > > > > On Sun, Feb 28, 2010 at 10:36:32PM +0100, Cristian Mammoli - Apra Sistemi > > wrote: > >> In 2008 I posted on the linux-ha ML a resource agent script for vmware > >>

Re: [Pacemaker] Updated VMwareVM resource agent

2010-03-01 Thread Florian Haas
On 2010-03-01 13:02, Dejan Muhamedagic wrote: > Hi, > > On Sun, Feb 28, 2010 at 10:36:32PM +0100, Cristian Mammoli - Apra Sistemi > wrote: >> In 2008 I posted on the linux-ha ML a resource agent script for vmware >> server 2 virtual machines. It has been slightly modified and shipped >> with hear

Re: [Pacemaker] Updated VMwareVM resource agent

2010-03-01 Thread Dejan Muhamedagic
Hi, On Sun, Feb 28, 2010 at 10:36:32PM +0100, Cristian Mammoli - Apra Sistemi wrote: > In 2008 I posted on the linux-ha ML a resource agent script for vmware > server 2 virtual machines. It has been slightly modified and shipped > with heartbeat and (now) pacemaker. > Actually the script is broken

Re: [Pacemaker] Updated VMwareVM resource agent

2010-03-01 Thread Cristian Mammoli - Apra Sistemi
Florian Haas wrote: Cristian, I am continuing this thread in linux-ha-dev; it really doesn't belong on the Pacemaker list. Ok, subscribing -- Cristian Mammoli APRA SISTEMI srl Via Brodolini,6 Jesi (AN) tel dir. 0731 719822 Web www.apra.it e-mail c.mamm...@apra.it __

Re: [Pacemaker] Updated VMwareVM resource agent

2010-03-01 Thread Florian Haas
Cristian, I am continuing this thread in linux-ha-dev; it really doesn't belong on the Pacemaker list. Cheers, Florian signature.asc Description: OpenPGP digital signature ___ Pacemaker mailing list Pacemaker@oss.clusterlabs.org http://oss.clusterlab

Re: [Pacemaker] Updated VMwareVM resource agent

2010-03-01 Thread Cristian Mammoli - Apra Sistemi
Florian Haas wrote: How can I get an up to date version of your RA? Here: http://hg.linux-ha.org/agents/raw-file/tip/heartbeat/vmware I made some additional modification and created a patch file against this script. I moved the "set_env" function inside the "validate-all" function. -

Re: [Pacemaker] Updated VMwareVM resource agent

2010-03-01 Thread Florian Haas
On 2010-03-01 09:56, Cristian Mammoli - Apra Sistemi wrote: > Florian Haas wrote: > There are a few other upstream changes you may have missed. Could you >> please rebase your patch on current upstream and send a hg export patch? >> Or, alternatively, could you diff your new version against the one

Re: [Pacemaker] Updated VMwareVM resource agent

2010-03-01 Thread Cristian Mammoli - Apra Sistemi
Florian Haas wrote: There are a few other upstream changes you may have missed. Could you please rebase your patch on current upstream and send a hg export patch? Or, alternatively, could you diff your new version against the one you orginally submitted, and submit that patch? That makes merging

Re: [Pacemaker] Updated VMwareVM resource agent

2010-03-01 Thread Florian Haas
On 02/28/2010 10:36 PM, Cristian Mammoli - Apra Sistemi wrote: > In 2008 I posted on the linux-ha ML a resource agent script for vmware > server 2 virtual machines. It has been slightly modified and shipped > with heartbeat and (now) pacemaker. > Actually the script is broken: > the script is named

Re: [Pacemaker] Updated VMwareVM resource agent

2010-02-28 Thread Cristian Mammoli - Apra Sistemi
I merged in the script the modifications made by the developer (Andrew?) at the time of the inclusion. Bye! -- Cristian Mammoli APRA SISTEMI srl #!/bin/sh # # VMware OCF resource agent # # Copyright (c) 2010 Apra Sistemi s.r.l. #All Rights Reserved. # # Description: Manage

[Pacemaker] Updated VMwareVM resource agent

2010-02-28 Thread Cristian Mammoli - Apra Sistemi
In 2008 I posted on the linux-ha ML a resource agent script for vmware server 2 virtual machines. It has been slightly modified and shipped with heartbeat and (now) pacemaker. Actually the script is broken: the script is named "vmware" while the "resource-agent name" is set to "vmwarevm". They sho