Hi, Am 22.08.2012 00:08, schrieb Jon Heese: > Does anyone have any ideas about making my setup do what I'm asking? Any > comments on my idea of switching to OCF and hacking the resource script to > never run the "stop" command (except maybe on shutdown or some other cases > that I haven't thought of yet ;))?
just create your own ocf script (copy the original apache ocf) and replace teh stop() function by a simple `exit 0` anyhow I haven't read all of the thread in detail but you should have a look on clone resources imho Cheers B _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
