1 file changed, 1 insertion(+), 2 deletions(-) crmd/te_callbacks.c | 3 +--
# HG changeset patch # User Andrew Beekhof <[EMAIL PROTECTED]> # Date 1226591202 -3600 # Branch stable-1.0 # Node ID 26c25955ba906cb0b2268fc8085fcfe5a43cca07 # Parent e087aed4126cb8936adae22e5b79ad9d3f17e2de Low: crmd: Reduce transition logging diff --git a/crmd/te_callbacks.c b/crmd/te_callbacks.c --- a/crmd/te_callbacks.c +++ b/crmd/te_callbacks.c @@ -199,13 +199,12 @@ te_update_diff(const char *event, xmlNod if(xpathObj && xpathObj->nodesetval->nodeNr > 0) { int updates = xpathObj->nodesetval->nodeNr; xmlXPathFreeObject(xpathObj); xpathObj = NULL; - crm_info("Detected events for %d lrm resources", updates); if(updates > 1) { /* Updates by, or in response to, TE actions will never contain updates * for more than one resource at a time */ - crm_info("Detected LRM refresh: Skipping all resource events"); + crm_info("Detected LRM refresh - %d resources updated: Skipping all resource events", updates); abort_transition(INFINITY, tg_restart, "LRM Refresh", diff); goto bail; }
_______________________________________________ Pacemaker mailing list Pacemaker@clusterlabs.org http://list.clusterlabs.org/mailman/listinfo/pacemaker