kubernetes/pkg/volume/iscsi
Patrick Ohly edffc700a4 enhance and fix log calls
Some of these changes are cosmetic (repeatedly calling klog.V instead of
reusing the result), others address real issues:

- Logging a message only above a certain verbosity threshold without
  recording that verbosity level (if klog.V().Enabled() { klog.Info... }):
  this matters when using a logging backend which records the verbosity
  level.

- Passing a format string with parameters to a logging function that
  doesn't do string formatting.

All of these locations where found by the enhanced logcheck tool from
https://github.com/kubernetes/klog/pull/297.

In some cases it reports false positives, but those can be suppressed with
source code comments.
2022-03-24 11:13:50 +01:00
..
attacher.go Pass FsGroup to MountDevice 2021-07-03 16:29:42 -07:00
disk_manager.go use input parameter that is invalid before 2020-11-26 17:04:55 +08:00
doc.go
iscsi_test.go Fixed a possible nil pointer dereference caused by variable plug 2021-05-21 10:17:04 +08:00
iscsi_util_test.go Fix staticcheck failures for pkg/volume/... 2020-04-09 22:08:07 +02:00
iscsi_util.go enhance and fix log calls 2022-03-24 11:13:50 +01:00
iscsi.go Merge pull request #104732 from mengjiao-liu/remove-flag-experimental-check-node-capabilities-before-mount 2022-02-24 07:56:30 -08:00
OWNERS OWNERS cleanup - Jan 2021 Week 1 2022-01-10 08:14:29 -05:00