-
Notifications
You must be signed in to change notification settings - Fork 672
kernel log warning regarding usage of --physdev-out #3449
Comments
Seeing the same thing, doesn't appear to cause an issue other than spaming the terminal although others report it causes performance issues (see https://www.redhat.com/archives/libvir-list/2013-January/msg01107.html). Possible fix seems to be... iptables -D WEAVE-NPC -m physdev --physdev-out vethwe-bridge -j ACCEPT ...I haven't tested significantly as I'm using a really small test env. |
thanks @philipmather for your suggestion. I tested out suggested change it does mute the log message. Care to raise a PR please? Note that for fix we dont need to delete the rule, as chains are flushed whenever weave-net pod is restarted. |
seeing the same on 2.5.0 |
Fixed in #3453, shall be part of 2.5.1 |
@murali-reddy when do you plan to release 2.5.1 ? |
Do not think there is any targeted date. Other than this, no issues reported for 2.5.0 release so far. I did see kernel log pile up due to this issue. So from operations point of view if users are having any issues then perhaps make sense to do 2.5.1 release sooner. |
hi @murali-reddy would be great to have a build with fixed logs, i used 2.5.0 for a week on test env and in general it works well for me. I want to promote it but this log flood is concern. Is it possible to release 2.5.1 with fix or at least have some build? thank you |
Appreciate an update re: 2.5.1 release with this fix, we're also getting impacted |
there are some open PR's targeted for 2.5.1 we will do a release once merged. |
@notmaxx @jjo Please find the new release https://github.com/weaveworks/weave/releases/tag/v2.5.1 |
Thanks @murali-reddy ! |
This release fixes kubernetes#6369 syslog flooding as reported at weaveworks/weave#3449. Release notes https://github.com/weaveworks/weave/releases/tag/v2.5.1 Signed-off-by: JuanJo Ciarlante <juanjosec@gmail.com>
This release fixes kubernetes#6369 syslog flooding as reported at weaveworks/weave#3449. Release notes https://github.com/weaveworks/weave/releases/tag/v2.5.1 Signed-off-by: JuanJo Ciarlante <juanjosec@gmail.com>
This release fixes kubernetes#6369 syslog flooding as reported at weaveworks/weave#3449. Release notes https://github.com/weaveworks/weave/releases/tag/v2.5.1 Signed-off-by: JuanJo Ciarlante <juanjosec@gmail.com>
What you expected to happen?
Weave net started using
physdev
module in its weave-npc component to efficiently identify the traffic originating or destined to local pods refer #3344Usage of this module should not have any effect on performance, regression in functionality etc.
What happened?
We see below error in
/var/log/kern.log
How to reproduce it?
Message in kernel log should come up as soon as 2.5.0 release istalled
Versions:
The text was updated successfully, but these errors were encountered: