Skip to content

Commit

Permalink
NAS-115374 / 22.02.1 / Merge pull request #8592 from truenas/NAS-1153…
Browse files Browse the repository at this point in the history
…74-22.02.1

NAS-115374 / 22.02.1 / Do not report coredumps generated in containers (by sonicaj)
  • Loading branch information
rick-mesta committed Mar 21, 2022
2 parents ba4c573 + a0dbf28 commit ca7fcb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/middlewared/middlewared/alert/source/cores.py
Expand Up @@ -24,11 +24,12 @@ class CoreFilesArePresentAlertSource(AlertSource):
"/usr/sbin/smartctl",
)
ignore_units = (
# Unit: "containerd.service" is related to k3s.
# Unit: "containerd.service"/"docker.service" is related to k3s.
# users are free to run whatever they would like to in containers
# and we don't officially support all the apps themselves so we
# ignore those core dumps
"containerd.service",
"docker.service",
# Unit: "syslog-ng.service" has been core dumping for, literally, years
# on freeBSD and now also on linux. The fix is non-trivial and it seems
# to be very specific to how we implemented our system dataset. Anyways,
Expand Down

0 comments on commit ca7fcb4

Please sign in to comment.