Merge pull request #72229 from andyzhangx/azuredisk-hostcache

change azure disk host cache to ReadOnly by default
This commit is contained in:
Kubernetes Prow Robot 2019-01-04 20:11:11 -08:00 committed by GitHub
commit b006342c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ import (
const (
defaultStorageAccountType = compute.StandardLRS
defaultAzureDiskKind = v1.AzureManagedDisk
defaultAzureDataDiskCachingMode = v1.AzureDataDiskCachingNone
defaultAzureDataDiskCachingMode = v1.AzureDataDiskCachingReadOnly
)
type dataDisk struct {