On Sat, Jan 3, 2009 at 21:18, Michael Schwartzkopff <[email protected]> wrote: > Hi, > > crm_verify tells me something about a orphaned resource: > > # crm_verify -LV > crm_verify[3216]: 2009/01/03_20:15:06 WARN: process_orphan_resource: Nothing > known about resource resApache running on xen16 > > OK. Now I want to clean that resource from the LRM as I have been doing in > heartbeat 2.1.4: > > # crm_resource -C -r resApache -N xen16 > Query failed for attribute fail-count-resApache (section=status, > node=f47cc34c-3733-4ef5-bad6-6de68fe2e953, set=<null>, > xpath=//cib/status//node_sta...@id='f47cc34c-3733-4ef5-bad6-6de68fe2e953']//nvpa...@name='fail-count-resApache']): > The object/attribute does not exist > Error performing operation: The object/attribute does not exist > > And nothing happens. crm_verify still gives me the same warning. Is this a > known problem? Solutions? Should I file a bugreport?
The warning shouldn't be visible to the user and also the tool should abort if someone tries to clean up a non-primitive resource (it doesn't support groups/clones/etc). I have a patch that I'll test shortly. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
