Summary: | RFE: Journal: apply per-driver rate-limiting to kernel messages | ||
---|---|---|---|
Product: | systemd | Reporter: | Adam Williamson <adamw> |
Component: | general | Assignee: | systemd-bugs |
Status: | RESOLVED DUPLICATE | QA Contact: | systemd-bugs |
Severity: | critical | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Adam Williamson
2013-08-11 18:23:44 UTC
(In reply to comment #0) > It seems like the rate limiting stuff is not catching this case for some > reason; maybe it doesn't handle repeating pairs of messages like this? Hmm, the journal is designed to handle repeating stuff. It stores strings and only references them. So, if the same string comes along again, the string is not stored again, but only referenced. So, it seems something else was going wrong and all the metadata sourrounding that string accumulated to 2.7G. Is your disk full? # df -h /var/log/journal We currently do not apply rate limiting to kernel message, trusting that the kernel gets that right. But I figure we should extend our stuff to also rate limit kernel messages per driver, since that is apparently a major problem and and log rate limiting is really something drivers have to opt in for rather than automatic. harald: I'm on vacation and don't have the system handy, but IIRC, yes, the system's disk was filled up. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.