kubernetes/pkg/volume
Anish Ramasekar 6c684db7a3
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-21 14:15:31 -05:00
..
configmap Remove pluginName param from GetMounter and GetExec 2025-06-12 17:29:17 +08:00
csi fix(csi): preserve mount dir on NodePublish error during remount 2026-05-21 14:15:31 -05:00
csimigration remove CheckMigrationFeatureFlags 2026-01-19 11:35:30 +08:00
downwardapi Monitor progress tracking for permission change 2025-02-24 15:55:37 -05:00
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 build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
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 Pod Certificates: Basic implementation 2025-07-21 21:49:57 +00:00
secret Remove pluginName param from GetMounter and GetExec 2025-06-12 17:29:17 +08:00
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-21 14:15:29 -05:00
validation volume: simplify elem check with slices.Contains. 2026-02-05 14:47:40 +01:00
doc.go
metrics_block.go
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
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
metrics_nil.go
metrics_nil_test.go
metrics_statfs.go
metrics_statfs_test.go
noop_expandable_plugin.go
OWNERS
plugins.go remove GetHostName func from the VolumeHost interface 2026-01-19 11:35:30 +08:00
plugins_test.go
volume.go feat(volume): add IsRemount to MounterArgs 2026-05-21 14:15:29 -05: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