Skip to content

Commit

Permalink
Merge pull request #2081 from andyzhangx/update-max-data-disk-num8
Browse files Browse the repository at this point in the history
chore: update max data disk table
  • Loading branch information
andyzhangx committed Nov 24, 2023
2 parents d9a98ac + eb8f278 commit d04668a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pkg/azuredisk/azure_dd_max_disk_count.go
Original file line number Diff line number Diff line change
Expand Up @@ -834,15 +834,23 @@ var maxDataDiskCountMap = map[string]int64{
"STANDARD_M128MS_V2": 64,
"STANDARD_M128S": 64,
"STANDARD_M128S_V2": 64,
"STANDARD_M12DS_V3": 64,
"STANDARD_M12S_V3": 64,
"STANDARD_M16-4MS": 16,
"STANDARD_M16-8MS": 16,
"STANDARD_M16MS": 16,
"STANDARD_M176DS_3_V3": 64,
"STANDARD_M176DS_4_V3": 64,
"STANDARD_M176S_3_V3": 64,
"STANDARD_M176S_4_V3": 64,
"STANDARD_M192IDMS_V2": 64,
"STANDARD_M192IDS_V2": 64,
"STANDARD_M192IMS_V2": 64,
"STANDARD_M192IS_V2": 64,
"STANDARD_M208MS_V2": 64,
"STANDARD_M208S_V2": 64,
"STANDARD_M24DS_V3": 64,
"STANDARD_M24S_V3": 64,
"STANDARD_M32-16MS": 32,
"STANDARD_M32-8MS": 32,
"STANDARD_M32DMS_V2": 32,
Expand All @@ -855,6 +863,8 @@ var maxDataDiskCountMap = map[string]int64{
"STANDARD_M416MS_V2": 64,
"STANDARD_M416S_8_V2": 64,
"STANDARD_M416S_V2": 64,
"STANDARD_M48DS_1_V3": 64,
"STANDARD_M48S_1_V3": 64,
"STANDARD_M64-16MS": 64,
"STANDARD_M64-32MS": 64,
"STANDARD_M64": 64,
Expand All @@ -871,6 +881,10 @@ var maxDataDiskCountMap = map[string]int64{
"STANDARD_M8-4MS": 8,
"STANDARD_M864IXS": 64,
"STANDARD_M8MS": 8,
"STANDARD_M96DS_1_V3": 64,
"STANDARD_M96DS_2_V3": 64,
"STANDARD_M96S_1_V3": 64,
"STANDARD_M96S_2_V3": 64,
"STANDARD_NC12": 48,
"STANDARD_NC12_PROMO": 48,
"STANDARD_NC12S_V2": 24,
Expand Down

0 comments on commit d04668a

Please sign in to comment.