canonical / hotsos

Software analysis toolkit. Define checks in high-level language and leverage library to perform analysis of common Cloud applications.
Apache License 2.0
30 stars 37 forks source link

scenarios/kernel/disk_failure.yml: use unique_comma_join instead of c… #895

Closed mustafakemalgilor closed 4 weeks ago

mustafakemalgilor commented 4 weeks ago

…omma_join

the scenario uses comma_join, which results in duplicate device and error messages per error line encountered in var/log/kern.log. this patch fixes that by using unique_comma_join.

Example log output:

image