Skip to content

Commit 96427ec

Browse files
committed
Fix: crm_report: More patterns for finding logs on non-DC nodes
1 parent 35e2d8f commit 96427ec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/report.collector

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,12 @@ get_logfiles() {
605605

606606
# Make sure we get something from the Policy Engine
607607
findmsg 3 "Calculated Transition"
608+
609+
# These patterns look for cib and lrmd updates
610+
# Helpful on non-DC nodes or when the cluster has been up for a long time
611+
findmsg 3 cib_perform_op
612+
findmsg 3 process_lrm_event
613+
608614
}
609615

610616
essential_files() {

0 commit comments

Comments
 (0)