On 2008-07-15T14:24:09, Dejan Muhamedagic <[EMAIL PROTECTED]> wrote: > I'd propose to set the group to the unmanaged mode, do whatever > you have to do to the resource and then put it back to managed: > > crm_resource -r grp --meta -p is_managed -v false > stop apache > ... > start apache > crm_resource -r grp --meta -d is_managed
That will still have the monitor possibly notice the stop, and restart any dependent resources. "is_managed" != "maintenance mode" _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
