Conversation
Codecov Report
|
hithwen
left a comment
There was a problem hiding this comment.
Can you rename blacklist to exclude?
There was a problem hiding this comment.
This won't work on the containerized Agent. It should be /host/proc/sys/fs/binfmt_misc instead there.
About the naming: I would keep blacklist here so it's consistent with the other config options, and would rename them all for the next release as part of the PR mentioned above ^.
Maybe we should exclude by filesystem instead of mountpoint then? |
| # | ||
| # mount_point_global_blacklist: [] | ||
| # mount_point_global_blacklist: | ||
| # - /proc/sys/fs/binfmt_misc$ |
There was a problem hiding this comment.
Should we add a comment that overriding this value will introduce possible problems on systems using systemd?
There was a problem hiding this comment.
Hmm, dunno if a comment in description for each would scale long term. WDYT?
* Ignore `/proc/sys/fs/binfmt_misc` by default * address * add warning
Motivation