k3s/pkg/volume
Kubernetes Submit Queue 5658addb9b Merge pull request #37413 from vmware/FixUnmountVolume
Automatic merge from submit-queue

kubernetes attempts to unmount a wrong vSphere volume and stops making any progress after that

This is in reference to the bug #37332 which was accidentally closed. So created this new PR.

The code is already reviewed as part of PR #37332 

Fixes issue #37022 

@saad-ali @jingxu97 @abrarshivani @kerneltime
2016-11-30 23:26:06 -08:00
..
aws_ebs run hack/update-all.sh 2016-11-23 15:53:09 -08:00
azure_dd run hack/update-all.sh 2016-11-23 15:53:09 -08:00
azure_file run hack/update-all.sh 2016-11-23 15:53:09 -08:00
cephfs run hack/update-all.sh 2016-11-23 15:53:09 -08:00
cinder run hack/update-all.sh 2016-11-23 15:53:09 -08:00
configmap run hack/update-all.sh 2016-11-23 15:53:09 -08:00
downwardapi run hack/update-all.sh 2016-11-23 15:53:09 -08:00
empty_dir run hack/update-all.sh 2016-11-23 15:53:09 -08:00
fc run hack/update-all.sh 2016-11-23 15:53:09 -08:00
flexvolume run hack/update-all.sh 2016-11-23 15:53:09 -08:00
flocker Fix package aliases to follow golang convention 2016-11-30 15:40:50 +08:00
gce_pd run hack/update-all.sh 2016-11-23 15:53:09 -08:00
git_repo run hack/update-all.sh 2016-11-23 15:53:09 -08:00
glusterfs Merge pull request #35615 from jsafrane/fix-gluster-errors 2016-11-28 12:30:38 -08:00
host_path run hack/update-all.sh 2016-11-23 15:53:09 -08:00
iscsi run hack/update-all.sh 2016-11-23 15:53:09 -08:00
nfs run hack/update-all.sh 2016-11-23 15:53:09 -08:00
photon_pd Fix photon controller plugin to construct with correct PdID 2016-11-23 18:12:03 -08:00
quobyte Fix package aliases to follow golang convention 2016-11-30 15:40:50 +08:00
rbd run hack/update-all.sh 2016-11-23 15:53:09 -08:00
secret run hack/update-all.sh 2016-11-23 15:53:09 -08:00
testing run hack/update-all.sh 2016-11-23 15:53:09 -08:00
util Merge pull request #36900 from vwfs/volume_reconciler_verbosity 2016-11-28 11:42:10 -08:00
vsphere_volume Fix for unmount volume to take in volumePath instead of volumeName 2016-11-28 18:21:12 -08:00
BUILD run hack/update-all.sh 2016-11-23 15:53:09 -08:00
OWNERS Update pkg/volume/OWNERS to include Jan Safranek 2016-10-20 12:21:06 -05:00
doc.go
metrics_cached.go
metrics_du.go Collects volume inode stats using the same find command that cadvisor uses these are included in the summary 2016-11-01 10:51:11 -07:00
metrics_du_test.go
metrics_errors.go Disambiguate unsupported metrics from metrics errors 2016-09-15 10:05:30 +10:00
metrics_nil.go Disambiguate unsupported metrics from metrics errors 2016-09-15 10:05:30 +10:00
metrics_nil_test.go
metrics_statfs.go Collects volume inode stats using the same find command that cadvisor uses these are included in the summary 2016-11-01 10:51:11 -07:00
plugins.go dependencies: pkg/volume 2016-11-23 15:53:09 -08:00
plugins_test.go dependencies: pkg/volume 2016-11-23 15:53:09 -08:00
util.go dependencies: pkg/volume 2016-11-23 15:53:09 -08:00
util_test.go dependencies: pkg/volume 2016-11-23 15:53:09 -08:00
volume.go dependencies: pkg/volume 2016-11-23 15:53:09 -08:00
volume_linux.go Avoid setting S_ISGID on files in volumes. 2016-11-07 14:18:32 -06:00
volume_unsupported.go