Skip to content

Commit

Permalink
Merge pull request #2538 from andyzhangx/update-max-data-disk-num
Browse files Browse the repository at this point in the history
chore: update max data disk count table
  • Loading branch information
andyzhangx authored Oct 8, 2024
2 parents ec99ab6 + 86da16f commit 6e5e0b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/azuredisk/azure_dd_max_disk_count.go
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,9 @@ var maxDataDiskCountMap = map[string]int64{
"STANDARD_NC80ADIS_H100_V5": 16,
"STANDARD_NC8AS_T4_V3": 16,
"STANDARD_NC96ADS_A100_V4": 32,
"STANDARD_ND96IS_MI300X_V5": 16,
"STANDARD_ND100IS_H100_V5": 16,
"STANDARD_ND96ISR_MI300X_V5": 16,
"STANDARD_ND100ISR_H100_V5": 16,
"STANDARD_ND112AMSR_A100_V4": 16,
"STANDARD_ND120AMSR_A100_V4": 16,
Expand Down

0 comments on commit 6e5e0b3

Please sign in to comment.