Skip to content

Commit

Permalink
chore: update max datadisk num table
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx authored and k8s-infra-cherrypick-robot committed May 8, 2023
1 parent ee4a335 commit 85580bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/azuredisk/azure_dd_max_disk_count.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@ var maxDataDiskCountMap = map[string]int64{
"STANDARD_E104I_V5": 64,
"STANDARD_E112IADS_V5": 64,
"STANDARD_E112IAS_V5": 64,
"STANDARD_E112IBDS_V5": 64,
"STANDARD_E112IBS_V5": 64,
"STANDARD_E16-4ADS_V5": 32,
"STANDARD_E16-4AS_V4": 32,
"STANDARD_E16-4AS_V5": 32,
Expand Down Expand Up @@ -574,6 +576,8 @@ var maxDataDiskCountMap = map[string]int64{
"STANDARD_E96AS_V4": 32,
"STANDARD_E96AS_V5": 32,
"STANDARD_E96A_V4": 32,
"STANDARD_E96BDS_V5": 32,
"STANDARD_E96BS_V5": 32,
"STANDARD_E96DS_V5": 32,
"STANDARD_E96D_V5": 32,
"STANDARD_E96IAS_V4": 32,
Expand Down Expand Up @@ -726,6 +730,7 @@ var maxDataDiskCountMap = map[string]int64{
"STANDARD_M416-208MS_V2": 64,
"STANDARD_M416-208S_V2": 64,
"STANDARD_M416MS_V2": 64,
"STANDARD_M416S_8_V2": 64,
"STANDARD_M416S_V2": 64,
"STANDARD_M64-16MS": 64,
"STANDARD_M64-32MS": 64,
Expand Down

0 comments on commit 85580bb

Please sign in to comment.