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
Pods using very minimal SRIOV configuration (no vlans, no special ipam configs just dhcp) do not get initialized with the following error:
LoadConf(): non-zero vlan id must be configured to set vlan Qos and/or Proto
This traces back to a change in commit 6217a32 . Reverting sriov-cni to image tag 5ccf2aa2707b6be4e358d705f921994144117e5a or earlier resolves the problem.
What did you expect to happen?
Pod gets initialized normally as it did before, without throwing an error while vlan config isn't present in the first place.
What are the minimal steps needed to reproduce the bug?
Update the sriov-cni image used by the operator to a tag containing commit 6217a32 .
What happened?
Pods using very minimal SRIOV configuration (no vlans, no special
ipam
configs just dhcp) do not get initialized with the following error:This traces back to a change in commit 6217a32 . Reverting sriov-cni to image tag
5ccf2aa2707b6be4e358d705f921994144117e5a
or earlier resolves the problem.What did you expect to happen?
Pod gets initialized normally as it did before, without throwing an error while vlan config isn't present in the first place.
What are the minimal steps needed to reproduce the bug?
Update the sriov-cni image used by the operator to a tag containing commit 6217a32 .
Anything else we need to know?
SR-IOV Network Custom Resource Definition
The text was updated successfully, but these errors were encountered: