Commit 4eb58734 authored by andyzhangx's avatar andyzhangx

change azure disk host cache to ReadOnly by default

change cachingMode default value for azure disk PV revert back to ReadWrite in azure disk PV setting
parent 0fdaf55e
......@@ -40,7 +40,7 @@ import (
const (
defaultStorageAccountType = compute.StandardLRS
defaultAzureDiskKind = v1.AzureManagedDisk
defaultAzureDataDiskCachingMode = v1.AzureDataDiskCachingNone
defaultAzureDataDiskCachingMode = v1.AzureDataDiskCachingReadOnly
)
type dataDisk struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment