check_disk: Add more filesystems to ignore by default#1835
check_disk: Add more filesystems to ignore by default#1835RincewindsHat wants to merge 4 commits into
Conversation
|
Anyone got an idea why that fails? |
Tests and the test setup are absolutely not my expertise, so please excuse if this is completely stupid, but isn't it failing because, by your code change you exclude tmpfs filesystems, but the test pipeline adds tmpfs filesystems to the docker container which is running the tests? The other check is about the exit code being 3 (Unknown), while 0 (OK) is expected. I believe the test setup could explain these failed tests and that it can be solved by either changing to a different fs type or by modifying the tests. |
|
That sounds like a likely explanation. At this point I see a general problem with those changes here. I am not able to remove stuff from the exclusion list during runtime, so this is equivalent to saying "this plugin ignores those filesystem types ALWAYS" which is going to far IMHO. |
|
@RincewindsHat so same counts for #1749? |
|
@waja sorry, this went under. Yes, same problem. Question is whether we want to ignore those filesystems ALL THE TIME. |
4942f7c to
d8186bf
Compare

Replaces #1749
Fixes #1748