You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's impossible understand what the error messages mean.
I can find ovs-vswitchd logs with plain message:
2020-07-01T09:50:21.698Z|00061|ofproto_dpif|WARN|Rejecting ct action because datapath does not support nat (your kernel module may be out of date)
2020-07-01T09:50:21.698Z|00062|connmgr|INFO|br-int<->unix#0: sending NXBAC_CT_DATAPATH_SUPPORT error reply to ONFT_BUNDLE_ADD_MESSAGE message
2020-07-01T09:50:21.701Z|00063|ofproto_dpif|WARN|Rejecting ct action because datapath does not support nat (your kernel module may be out of date)
2020-07-01T09:50:21.701Z|00064|connmgr|INFO|br-int<->unix#0: sending NXBAC_CT_DATAPATH_SUPPORT error reply to ONFT_BUNDLE_ADD_MESSAGE message
2020-07-01T09:50:21.703Z|00065|connmgr|INFO|br-int<->unix#0: sending NXBAC_CT_DATAPATH_SUPPORT error reply to ONFT_BUNDLE_ADD_MESSAGE message
2020-07-01T09:50:21.706Z|00066|connmgr|INFO|br-int<->unix#0: sending NXBAC_CT_DATAPATH_SUPPORT error reply to ONFT_BUNDLE_ADD_MESSAGE message
As for OVS, when using the built-in kernel module, kernel version >= 4.4 is required. On the other hand, when building it from OVS sources, OVS version >= 2.6.0 is required.
Mine is 4.4.0-45-generic.
The prerequisite of AntreaProxy feature should be documented, perhaps as a note in a doc explaining all experimental features.
To Reproduce
Enabling AntreaProxy with kernel module 4.4.0.
Expected
The prerequisite of AntreaProxy feature should be documented
The error message of openflow should be readable
Versions:
Please provide the following information:
Antrea version (Docker image tag). v0.8.0-dev-c7d34f8
Kubernetes version (use kubectl version). If your Kubernetes components have different versions, please provide the version for all of them.
Container runtime: which runtime are you using (e.g. containerd, cri-o, docker) and which version are you using?
Linux kernel version on the Kubernetes Nodes (uname -r). 4.4.0-45-generic
If you chose to compile the Open vSwitch kernel module manually instead of using the kernel module built into the Linux kernel, which version of the OVS kernel module are you using? Include the output of modinfo openvswitch for the Kubernetes Nodes.
filename: /lib/modules/4.4.0-45-generic/kernel/net/openvswitch/openvswitch.ko
license: GPL
description: Open vSwitch switching datapath
srcversion: 21F49064BF4E207E1504046
depends: nf_conntrack,libcrc32c,nf_defrag_ipv6
intree: Y
vermagic: 4.4.0-45-generic SMP mod_unload modversions
The text was updated successfully, but these errors were encountered:
@tnqn just a quick note that the parsing of the OF error message is already tracked by #571, but according to @wenyingd this is a pretty large amount of work.
Agreed for a separate document with list of experimental features and their requirements. I can take a stab at that.
Describe the bug
I was trying the feature
AntreaProxy
but met pod connection issue after enabling it.Thera are logs saying something is wrong:
It's impossible understand what the error messages mean.
I can find ovs-vswitchd logs with plain message:
Apparently my kernel module is too old, but it meets the requirement documented in https://github.com/vmware-tanzu/antrea/blob/master/docs/getting-started.md#ensuring-requirements-are-satisfied.
Mine is 4.4.0-45-generic.
The prerequisite of AntreaProxy feature should be documented, perhaps as a note in a doc explaining all experimental features.
To Reproduce
Enabling AntreaProxy with kernel module 4.4.0.
Expected
Versions:
Please provide the following information:
kubectl version
). If your Kubernetes components have different versions, please provide the version for all of them.uname -r
). 4.4.0-45-genericmodinfo openvswitch
for the Kubernetes Nodes.The text was updated successfully, but these errors were encountered: