add Standard GRS, RAGRS support for azure disk

pull/6/head
andyzhangx 2017-11-17 09:13:17 +00:00
parent d20b156995
commit d7160ae7e7
1 changed files with 1 additions and 1 deletions

View File

@ -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 {