kubernetes/pkg/volume
Anish Ramasekar 12a654c8b0
fix(csi): preserve mount dir on NodePublish error during remount
On a remount (e.g. CSIDriver.spec.requiresRepublish=true), the volume is
already published and the pod is observing the existing bind mount.
Removing the mount dir on a NodePublish error left the pod with stale
contents that subsequent successful republishes could not repair.
2026-05-13 11:55:18 -07:00
..
configmap volume: fix incorrect error and log messages across volume plugins 2026-04-02 14:31:47 +05:30
csi fix(csi): preserve mount dir on NodePublish error during remount 2026-05-13 11:55:18 -07: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 metrics-server: update to v0.8.1 and fix stale RBAC resourceName 2026-04-02 20:29:25 +05:30
fc metrics-server: update to v0.8.1 and fix stale RBAC resourceName 2026-04-02 20:29:25 +05:30
flexvolume metrics-server: update to v0.8.1 and fix stale RBAC resourceName 2026-04-02 20:29:25 +05:30
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 Merge pull request #138154 from humblec/update-metrics-server-v0.8.1 2026-04-25 18:22:45 +05:30
local clean up: remove loop variable capture 2026-04-28 23:53:27 +02: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 feat(volume): add IsRemount to MounterArgs 2026-05-13 11:49:54 -07:00
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 various corrections in pkg/volume 2022-09-16 16:42:06 +05:30
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 feat(volume): add IsRemount to MounterArgs 2026-05-13 11:49:54 -07: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