Files
kubernetes/pkg/volume
Kubernetes Submit Queue bf5f96d64a Merge pull request #56147 from andyzhangx/mountoptions-azuredisk
Automatic merge from submit-queue (batch tested with PRs 57172, 55382, 56147, 56146, 56158). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

add mount options support for azure disk

**What this PR does / why we need it**:
add mount options support for azure disk

example azure class with mount options:
```
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
  name: hdd
provisioner: kubernetes.io/azure-disk
mountOptions:
  - barrier=1
  - acl
parameters:
  skuname: Standard_LRS
  kind: Managed
  fstype: ext3
```

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

**Special notes for your reviewer**:

**Release note**:

```
add mount options support for azure disk
```
/sig azure
/assign @rootfs
2017-12-14 12:38:15 -08:00
..
2017-11-09 12:14:08 +01:00
2017-11-20 16:46:45 -05:00
2017-11-22 16:24:58 -05:00
2017-11-24 10:55:03 +08:00
2017-10-31 10:55:19 +01:00
2017-11-09 12:14:08 +01:00
2017-10-26 01:40:24 +08:00
2017-11-09 12:14:08 +01:00
2017-11-17 19:17:51 -05:00