HomeClusterLabs Projects

Fix: tools: make crm_report search system logs more efficiently

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Fix: tools: make crm_report search system logs more efficiently

Previously, crm_report's findmsg function would uncompress and grep
all system logs, then display the names of the N most recently modified.

Now, it processes the files in order of most recently modified,
and returns once it has displayed N names.
Also, it can now handle log files with spaces in their names.

Details

Provenance
kgaillotAuthored on Apr 12 2016, 5:26 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.