Skip to content

Commit

Permalink
Minor change to m6id and x2idn support
Browse files Browse the repository at this point in the history
  • Loading branch information
talnevo authored Dec 21, 2022
1 parent f509ab6 commit 8df4671
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pkg/cloud/volume_limits.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,14 +271,14 @@ var nvmeInstanceStoreVolumes = map[string]int{
"x2gd.12xlarge": 2,
"x2gd.16xlarge": 2,
"x2gd.metal": 2,
"x2idn.large": 1,
"x2idn.xlarge": 1,
"x2idn.2xlarge": 1,
"x2idn.4xlarge": 1,
"x2idn.8xlarge": 1,
"x2idn.16xlarge": 1,
"x2idn.32xlarge": 2,
"x2idn.metal": 2,
"x2idn.large": 1,
"x2idn.xlarge": 1,
"x2idn.2xlarge": 1,
"x2idn.4xlarge": 1,
"x2idn.8xlarge": 1,
"x2idn.16xlarge": 1,
"x2idn.32xlarge": 2,
"x2idn.metal": 2,
"z1d.large": 1,
"z1d.xlarge": 1,
"z1d.2xlarge": 1,
Expand Down

0 comments on commit 8df4671

Please sign in to comment.