Skip to content

Commit

Permalink
Merge pull request #284 from rollandf/logfix
Browse files Browse the repository at this point in the history
Fix log message in mellanox_plugin
  • Loading branch information
adrianchiris authored Apr 19, 2022
2 parents 84539c7 + f291972 commit f618767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugins/mellanox/mellanox_plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ func handleTotalVfs(fwCurrent, fwNext, attrs *mlnxNic, ifaceSpec sriovnetworkv1.

// Remove policy then re-apply it
if !needReboot && fwNext.totalVfs != totalVfs {
glog.V(2).Infof("Changing TotalVfs %d to 0, doesn't require rebooting", fwCurrent.totalVfs)
glog.V(2).Infof("Changing TotalVfs %d to same as Next Boot value, doesn't require rebooting", fwCurrent.totalVfs)
attrs.totalVfs = totalVfs
changeWithoutReboot = true
}
Expand Down

0 comments on commit f618767

Please sign in to comment.