You are very correct. I realized that after several hours of pulling my
hair out that night :-)
Thanks,
Sean Feeney
From:
Lars Ellenberg
To:
Date:
07/04/2011 02:48 PM
Subject:
Re: [Pacemaker] Custom OCF Resource Agents
On Fri, Jul 01, 2011 at 02:47:02PM -0400, sean.fee...@sonydadc.
Okay, my script is now passing the ocf-tester but it is exhibiting strange
behavior. It is based on:
#!/bin/sh
service=smbd
if ps ax | grep -v grep | grep ${service} > /dev/null
then
echo "$service service running, everything is OK"
else
echo "$service is not running"
fi
So in the monito
I have written a few ocf resource agents and need to debug. Is there any
way to do this outside of pacemaker/crm? If I need to do this within
pacemaker/crm, will the cluster pick up my changes to the ocf files
automatically or do I need to run some sort of refresh or do I have to
completely del