Re: [Pacemaker] updating resource attributes

2011-04-01 Thread Andrew Beekhof
On Wed, Mar 30, 2011 at 11:12 PM, Alan Jones wrote: > What I'm looking for is a way to pass parameters to my resource stop > operation. Rather than ask about a specific detail, why not start with what you're trying to achieve? > My first attempt has been to set the paramter with crm_resource an

[Pacemaker] updating resource attributes

2011-03-30 Thread Alan Jones
What I'm looking for is a way to pass parameters to my resource stop operation. My first attempt has been to set the paramter with crm_resource and then stop the resource. 1) crm_resource --resource myres --set-parameter myparam --parameter-value myvalue 2) crm_resource --resource myres --set-param