kubernetes/pkg/volume/azure_dd
Kubernetes Submit Queue fcd9b7f7ba Merge pull request #44295 from rootfs/azure-devicepath-nil
Automatic merge from submit-queue (batch tested with PRs 45283, 45289, 45248, 44295)

Azure disk: dealing with missing disk probe

**What this PR does / why we need it**:
While Azure disks are expected to attach to SCSI host 3 and above on general purpose instances, on certain Azure instances disks are under SCSI host 2. 

This fix searches all LUNs but excludes those used by Azure sys disks, based on udev rules [here](https://raw.githubusercontent.com/Azure/WALinuxAgent/master/config/66-azure-storage.rules)

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
2017-05-03 12:08:00 -07:00
..
attacher.go Merge pull request #44295 from rootfs/azure-devicepath-nil 2017-05-03 12:08:00 -07:00
azure_dd_test.go move authoritative client-go utils out of pkg 2017-01-24 08:59:18 -05:00
azure_dd.go Impement bulk polling of volumes 2017-03-02 14:59:59 -05:00
azure_provision.go pkg/api/resource: move to apimachinery 2017-01-29 21:41:44 +01:00
BUILD autogenerated 2017-04-14 10:40:57 -07:00
OWNERS Remove rkouj from owners files. 2017-04-28 17:14:38 -07:00
vhd_util_test.go Azure disk: dealing with missing disk probe 2017-05-03 17:33:17 +00:00
vhd_util.go Azure disk: dealing with missing disk probe 2017-05-03 17:33:17 +00:00