Ivan Kolodyazhny
Ivan Kolodyazhny
#365 is merged but we have to follow up with following: - [ ] unit tests - [ ] make systemd unit file configurable (e.g. `Wants` and `Before` targets should...
Steps to reproduce: * deploy SriovNetworkNodePolicy CR to configure some NIC with `eSwitchMode: switchdev` * wait until policy will be applied * verify systemd services `switchdev-configuration-*-nm` are deployed * delete...
Since SriovNetwork CR is namespaced scope, it's not obvious to have resources in different namespaces. Let's remove networkNamespace field and use CR namespace instead of it It's a copy of...
Steps to reproduce: 1. deploy sriov-network-operator 2. create node policy and sriovnetwork 3. uninstall sriov-network-operator 4. kubectl delete sriovnetworknodepolicies.sriovnetwork.openshift.io -n sriov-network-operator will hang. My investigations results: It's an expected behavior...
We don't need another 5 minutes to update SriovNetworkNodeState CRD in case if it was created. Let's same some time between object creation and spec filling to make SR-IOV configuration...