Re: [PATCH v3 2/3] misc_cgroup: remove error log to avoid log flood
From: Michal Koutný <mkoutny@suse.com>
Date: 2021-09-17 08:09:31
Also in:
cgroups, lkml
From: Michal Koutný <mkoutny@suse.com>
Date: 2021-09-17 08:09:31
Also in:
cgroups, lkml
On Fri, Sep 17, 2021 at 09:56:26AM +0800, brookxu [off-list ref] wrote:
Yeah, maybe we should make it more clearly, What do you think of the commit below: In scenarios where containers are frequently created and deleted, a large number of error logs maybe generated. The logs only show which node is about to go over the max limit, not the node which resource request failed. As misc.event has provided relevant information, maybe we can remove this log.
It is a good reasoning for the change. LGTM. Michal