Mellanox/mstflint

Dependency with pciutils

wizhaoredhat opened this issue · 3 comments

Without pciutils, we will get the following error message when running mstfwreset:

Continue with reset?[y/N] y
Failed
-E- failed to run 'setpci -s 0000:c9:02.0 0x0.w'.

The setpci command is part of the pciutils package.

@bn222 @SalDaniele

bn222 commented

afair, pciutils should be part of the container. I've purposefully checked that. If not, it got removed which is something we need to catch from CI.

We noticed the error due to failing CI jobs after the most recent firmware update. Installing pciutils in the config-daemon image results in mstfwreset running successfully k8snetworkplumbingwg/sriov-network-operator#449