马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?开始注册
x
In our lab environment, we found these weird log in /var/log/messages kernel: vxlan: non-ECT from IP_ADDRESS with TOS=0x2This is kind of annoying messages and also, the vxlan tunnel networking would go wrong randomly. e.g. router: 192.168.100.1 vm1: 192.168.100.7 vm1: 192.168.100.8 private subnet connection between VMs is good (192.168.100.7 <---> 192.168.100.8) but VM to router is no good ( 192.168.100.7 x 192.168.100.1) ( 192.168.100.8 x 192.168.100.1) I've checked overlay network ip at compute node & network node is good (at least icmp) & neutron-l3-agent is up & running( other router can work normally) So this is weird to us, why these troubled VMs could reach other but router? Any advise is much appreciated. ! F1 M6 U; {/ N' A6 p7 c5 t
. A6 _# \( P8 w& v8 R5 H
9 M. u" O) a; `7 M( [5 z$ N* d5 l$ ZI've had the same error. I've had no ill effects for the moment, so I've just disabled the message for the moment. echo N | tee /sys/module/vxlan/parameters/log_ecn_errorOr by setting options vxlan log_ecn_error=N in a modprobe.d config file. |