Skip to content

Commit d7160ae

Browse files
committed
add Standard GRS, RAGRS support for azure disk
1 parent d20b156 commit d7160ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/volume/azure_dd/azure_common.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ var (
5858
string(api.AzureDedicatedBlobDisk),
5959
string(api.AzureManagedDisk))
6060

61-
supportedStorageAccountTypes = sets.NewString("Premium_LRS", "Standard_LRS")
61+
supportedStorageAccountTypes = sets.NewString("Premium_LRS", "Standard_LRS", "Standard_GRS", "Standard_RAGRS")
6262
)
6363

6464
func getPath(uid types.UID, volName string, host volume.VolumeHost) string {

0 commit comments

Comments
 (0)