kubernetes/pkg/volume
Humble Devassy Chirammal 2cb9fdf578 volume: fix incorrect error and log messages across volume plugins
Fix several incorrect error and log messages in volume plugins that
produce confusing or incomplete output during troubleshooting:

- Fix "MountMount.NodeExpandVolume" to "MountVolume.NodeExpandVolume"
  in node_expander.go (2 occurrences)
- Fix "MountVolume.NodeExapndVolume" to "MountVolume.NodeExpandVolume"
  in node_expander.go and operation_generator.go (2 occurrences)
- Fix iscsi mkdir error log that prints literal "error" instead of the
  actual error value
- Fix "error ummounting" to "error unmounting" in subpath handling
- Fix malformed "with :" in teardown error messages in configmap,
  secret, projected, and downwardapi volume plugins
- Fix duplicated "is is" in operation_generator.go comment

Signed-off-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
2026-04-02 14:31:47 +05:30
..
configmap volume: fix incorrect error and log messages across volume plugins 2026-04-02 14:31:47 +05:30
csi Promote SELinuxChangePolicy & SELinuxMountReadWriteOncePod to GA 2026-02-27 14:58:14 +01:00
csimigration remove CheckMigrationFeatureFlags 2026-01-19 11:35:30 +08:00
downwardapi volume: fix incorrect error and log messages across volume plugins 2026-04-02 14:31:47 +05:30
emptydir Add MemoryReservationPolicy to kubeletconfig for MemoryQoS feature 2026-03-16 11:24:34 -04:00
fc build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
flexvolume Fix FSWatcher goroutine leak by adding ctx to Run() 2026-02-23 21:30:34 -05:00
git_repo Remove redundant re-assignment in for-loops under pkg 2026-03-02 08:47:43 +01:00
hostpath Move kubelet config code to kubeletconfig 2025-08-06 12:08:19 -07:00
image Merge pull request #126777 from carlory/fix-image-plugin 2025-01-20 08:46:36 -08:00
iscsi volume: fix incorrect error and log messages across volume plugins 2026-04-02 14:31:47 +05:30
local build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
nfs Remove pluginName param from GetMounter and GetExec 2025-06-12 17:29:17 +08:00
projected volume: fix incorrect error and log messages across volume plugins 2026-04-02 14:31:47 +05:30
secret volume: fix incorrect error and log messages across volume plugins 2026-04-02 14:31:47 +05:30
testing volume: simplify elem check with slices.Contains. 2026-02-05 14:47:40 +01:00
util volume: fix incorrect error and log messages across volume plugins 2026-04-02 14:31:47 +05:30
validation volume: simplify elem check with slices.Contains. 2026-02-05 14:47:40 +01:00
doc.go remove import doc comments 2024-12-02 16:59:34 +01:00
metrics_block.go Fix: typos for volume package 2024-11-29 17:11:00 +08:00
metrics_block_linux_test.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
metrics_cached.go
metrics_du.go
metrics_du_test.go storage: stop using deprecated io/ioutil 2023-06-20 16:49:03 +02:00
metrics_du_unix_test.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
metrics_du_windows_test.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
metrics_errors.go Fix: typos for volume package 2024-11-29 17:11:00 +08:00
metrics_nil.go
metrics_nil_test.go
metrics_statfs.go Fix: typos for volume package 2024-11-29 17:11:00 +08:00
metrics_statfs_test.go
noop_expandable_plugin.go remove volumeoptions from VolumePlugin and BlockVolumePlugin 2024-07-24 14:07:02 +08:00
OWNERS
plugins.go remove GetHostName func from the VolumeHost interface 2026-01-19 11:35:30 +08:00
plugins_test.go refresh probed plugins on init to avoid probe race/erroneous unmounts 2024-11-02 14:44:48 -04:00
volume.go Fix:NewUnmounter always returns error while deleting pod after node reboot 2026-02-02 10:55:01 +08:00
volume_linux.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
volume_linux_test.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
volume_unsupported.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00