k8snetworkplumbingwg / sriov-cni

DPDK & SR-IOV CNI plugin
Apache License 2.0
313 stars 148 forks source link

Host reboots During POD deployment with wrong values in sriov plugin fields #13

Closed subrnath closed 5 years ago

subrnath commented 6 years ago

We are using this sriov plugin for Kubernetes POD with DPDK application. It's found that if there is wrong value in the network files for the sriov, host server reboots during POD deployment. For example following is our yaml file for the network definition.

plugin: sriov args: '[ { "name": "", "type": "sriov", "if0": "", "vlan": , "if0name": "", "dpdk": { "kernel_driver":"ixgbevf", "dpdk_driver":"vfio-pci", "dpdk_tool":"dpdk-devbind.py" } } ]'

if there is a wrong value input for any field like vfio_pci instead of vfio-pci, host server reboots during POD deployment.

RahulG115 commented 6 years ago

check whether particular driver is loaded or not after reboot using $lsmod |grep

ahalimx86 commented 5 years ago

Closing this issue now. Feel free to re-open if needed.