kubernetes/pkg/volume
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
..
aws_ebs Log node name when error attaching volume 2017-04-27 13:58:38 -04:00
azure_dd Merge pull request #44295 from rootfs/azure-devicepath-nil 2017-05-03 12:08:00 -07:00
azure_file Remove rkouj from owners files. 2017-04-28 17:14:38 -07:00
cephfs Remove rkouj from owners files. 2017-04-28 17:14:38 -07:00
cinder Remove rkouj from owners files. 2017-04-28 17:14:38 -07:00
configmap Remove rkouj from owners files. 2017-04-28 17:14:38 -07:00
downwardapi Remove rkouj from owners files. 2017-04-28 17:14:38 -07:00
empty_dir Remove rkouj from owners files. 2017-04-28 17:14:38 -07:00
fc Remove rkouj from owners files. 2017-04-28 17:14:38 -07:00
flexvolume Remove rkouj from owners files. 2017-04-28 17:14:38 -07:00
flocker Remove rkouj from owners files. 2017-04-28 17:14:38 -07:00
gce_pd autogenerated 2017-04-14 10:40:57 -07:00
git_repo Remove rkouj from owners files. 2017-04-28 17:14:38 -07:00
glusterfs Remove rkouj from owners files. 2017-04-28 17:14:38 -07:00
host_path Remove rkouj from owners files. 2017-04-28 17:14:38 -07:00
iscsi Remove rkouj from owners files. 2017-04-28 17:14:38 -07:00
nfs Remove rkouj from owners files. 2017-04-28 17:14:38 -07:00
photon_pd Log node name when error attaching volume 2017-04-27 13:58:38 -04:00
portworx autogenerated 2017-04-14 10:40:57 -07:00
projected autogenerated 2017-04-14 10:40:57 -07:00
quobyte Remove rkouj from owners files. 2017-04-28 17:14:38 -07:00
rbd Remove rkouj from owners files. 2017-04-28 17:14:38 -07:00
scaleio autogenerated 2017-04-14 10:40:57 -07:00
secret Remove rkouj from owners files. 2017-04-28 17:14:38 -07:00
testing Remove rkouj from owners files. 2017-04-28 17:14:38 -07:00
util Use storage.v1 instead of v1beta1 2017-04-25 10:13:38 +02:00
validation Define const annotation variable once 2017-04-24 11:54:21 +08:00
vsphere_volume Remove rkouj from owners files. 2017-04-28 17:14:38 -07:00
BUILD Remove unused chmod/chown abstractions 2017-04-23 20:25:23 -03:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
metrics_cached.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
metrics_du_test.go add volume timestamps 2017-03-02 15:01:59 -08:00
metrics_du.go add volume timestamps 2017-03-02 15:01:59 -08:00
metrics_errors.go Disambiguate unsupported metrics from metrics errors 2016-09-15 10:05:30 +10:00
metrics_nil_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
metrics_nil.go Disambiguate unsupported metrics from metrics errors 2016-09-15 10:05:30 +10:00
metrics_statfs_test.go add volume timestamps 2017-03-02 15:01:59 -08:00
metrics_statfs.go add volume timestamps 2017-03-02 15:01:59 -08:00
OWNERS Remove rkouj from owners files. 2017-04-28 17:14:38 -07:00
plugins_test.go Impement bulk polling of volumes 2017-03-02 14:59:59 -05:00
plugins.go Merge pull request #44491 from NickrenREN/volume-MountOptionAnnotation 2017-04-25 12:51:39 -07:00
util_test.go Define const annotation variable once 2017-04-24 11:54:21 +08:00
util.go Define const annotation variable once 2017-04-24 11:54:21 +08:00
volume_linux.go Remove unused chmod/chown abstractions 2017-04-23 20:25:23 -03:00
volume_unsupported.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
volume.go Delete EmptyDir volume directly instead of renaming the directory. 2017-03-30 15:07:29 -07:00