Skip to content

Commit

Permalink
Fix log message in mellanox_plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Rolland <[email protected]>
  • Loading branch information
rollandf committed Apr 14, 2022
1 parent 84539c7 commit f291972
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 f291972

Please sign in to comment.