Skip to content

Commit

Permalink
Merge pull request #2800 from andyzhangx/update-max-disk-count-table
Browse files Browse the repository at this point in the history
chore: update max data disk count table
  • Loading branch information
andyzhangx authored Jan 5, 2025
2 parents 8ac98a2 + a19df40 commit 3f5b7cd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkg/azuredisk/azure_dd_max_disk_count.go
Original file line number Diff line number Diff line change
Expand Up @@ -952,6 +952,9 @@ var maxDataDiskCountMap = map[string]int64{
"STANDARD_L8S_V3": 16,
"STANDARD_M128-32MS": 64,
"STANDARD_M128": 64,
"STANDARD_M128-64BDS_3_V3": 64,
"STANDARD_M128-64BDS_V3": 64,
"STANDARD_M128-64BS_V3": 64,
"STANDARD_M128-64MS": 64,
"STANDARD_M128BDS_3_V3": 64,
"STANDARD_M128BDS_V3": 64,
Expand All @@ -970,6 +973,9 @@ var maxDataDiskCountMap = map[string]int64{
"STANDARD_M16BDS_V3": 64,
"STANDARD_M16BS_V3": 64,
"STANDARD_M16MS": 16,
"STANDARD_M176-88BDS_4_V3": 64,
"STANDARD_M176-88BDS_V3": 64,
"STANDARD_M176-88BS_V3": 64,
"STANDARD_M176BDS_4_V3": 64,
"STANDARD_M176BDS_V3": 64,
"STANDARD_M176BS_V3": 64,
Expand Down Expand Up @@ -1010,6 +1016,7 @@ var maxDataDiskCountMap = map[string]int64{
"STANDARD_M624DS_12_V3": 64,
"STANDARD_M624S_12_V3": 64,
"STANDARD_M64-16MS": 64,
"STANDARD_M64-32BDS_1_V3": 64,
"STANDARD_M64-32MS": 64,
"STANDARD_M64": 64,
"STANDARD_M64BDS_1_V3": 64,
Expand All @@ -1032,6 +1039,7 @@ var maxDataDiskCountMap = map[string]int64{
"STANDARD_M8-4MS": 8,
"STANDARD_M864IXS": 64,
"STANDARD_M8MS": 8,
"STANDARD_M96-48BDS_2_V3": 64,
"STANDARD_M96BDS_2_V3": 64,
"STANDARD_M96BDS_V3": 64,
"STANDARD_M96BS_V3": 64,
Expand Down

0 comments on commit 3f5b7cd

Please sign in to comment.