k3s/pkg/cloudprovider
k8s-merge-robot 3a29aa7941 Merge pull request #27496 from hpcloud/hpe/vsphere-scsidriver
Automatic merge from submit-queue

Adding SCSI controller type filter for vSphere disk attach

Hot plug of disks to a SCSI controller of type lsilogic doesn't work as expected. When a device is detached from the controller, it fails to remove the device from the /dev path which makes the subsequent attaches to the node to fail. With scsi controller types lsilogic-sas or paravirtual this seems to work well. This patch filters the existing controller for these types, and if it doesn't find one, it creates a new controller for disk attach.

This PR is dependent on https://github.com/kubernetes/kubernetes/pull/26658 (1st commit) also targeting this for 1.3
2016-06-23 08:09:43 -07:00
..
providers Merge pull request #27496 from hpcloud/hpe/vsphere-scsidriver 2016-06-23 08:09:43 -07:00
OWNERS Remove myself from a bunch of OWNERS files, as I am too overloaded 2016-05-11 13:34:51 -07:00
cloud.go promote sourceRange into service spec 2016-05-26 10:42:30 -07:00
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
plugins.go Fixed error handling of cloud init. 2015-09-08 10:46:49 +02:00