Skip to content

Commit

Permalink
Merge pull request kubernetes#31993 from dagnello/release-1.3_vSphere…
Browse files Browse the repository at this point in the history
…BugFixes

Automatic merge from submit-queue

Back porting critical vSphere bug fixes to release 1.3

vSphere cloud provider plugin was first introduced in Kubernetes 1.3.0.  The two PRs listed below contain critical volume attach/detach related fixes.  Without these fixes, vSphere in 1.3 lacks the ability to consistently attach/detach volumes correctly especially in a busy cluster.

These changes only affect the vSphere cloud provider.

- kubernetes#29172
- kubernetes#30535
  • Loading branch information
Kubernetes Submit Queue authored Sep 12, 2016
2 parents 7642b80 + 6349802 commit 3d2bbff
Show file tree
Hide file tree
Showing 36 changed files with 1,444 additions and 441 deletions.
60 changes: 30 additions & 30 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions cmd/kube-controller-manager/app/plugins.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ func ProbeAttachableVolumePlugins(config componentconfig.VolumeConfiguration) []
allPlugins = append(allPlugins, gce_pd.ProbeVolumePlugins()...)
allPlugins = append(allPlugins, cinder.ProbeVolumePlugins()...)
allPlugins = append(allPlugins, flexvolume.ProbeVolumePlugins(config.FlexVolumePluginDir)...)
allPlugins = append(allPlugins, vsphere_volume.ProbeVolumePlugins()...)
return allPlugins
}

Expand Down
Loading

0 comments on commit 3d2bbff

Please sign in to comment.