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 {