From d7160ae7e7062c48e56da2616dac6d206799cf0d Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Fri, 17 Nov 2017 09:13:17 +0000 Subject: [PATCH] add Standard GRS, RAGRS support for azure disk --- pkg/volume/azure_dd/azure_common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/volume/azure_dd/azure_common.go b/pkg/volume/azure_dd/azure_common.go index b4fa3b2c91d..eda01590738 100644 --- a/pkg/volume/azure_dd/azure_common.go +++ b/pkg/volume/azure_dd/azure_common.go @@ -58,7 +58,7 @@ var ( string(api.AzureDedicatedBlobDisk), string(api.AzureManagedDisk)) - supportedStorageAccountTypes = sets.NewString("Premium_LRS", "Standard_LRS") + supportedStorageAccountTypes = sets.NewString("Premium_LRS", "Standard_LRS", "Standard_GRS", "Standard_RAGRS") ) func getPath(uid types.UID, volName string, host volume.VolumeHost) string {