On Mon, Jun 23, 2008 at 06:46, Michael Alger <[EMAIL PROTECTED]> wrote: > On Fri, Jun 20, 2008 at 10:53:04AM -0400, Meyer, Fred H (Fred) wrote: >> How do you configure an unmanaged resource in the CIB? I have >> been looking at the Configuration Explained doc. > > Just set its is_managed attribute to false. You'll also need to > create a script for heartbeat to invoke, but that's not too > difficult. > > e.g. > > <primitive id="squid" class="ocf" type="squid" provider="local" > is_managed="false">
actually it is preferable to add is_managed=false as a meta attribute: crm_resource --meta -r squid -p is-managed -v false _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
