Skip to content

Commit

Permalink
azure_instance: add support Lasv3-series
Browse files Browse the repository at this point in the history
Adding support Lasv3-series.

Closes #420
  • Loading branch information
syuu1228 authored and yaronkaikov committed Jan 31, 2023
1 parent 03673bf commit f6e759c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lib/scylla_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,13 @@ def nvme_disk_count(self):
"L32s": 4,
"L48s": 6,
"L64s": 8,
"L80s": 10
"L80s": 10,
"L8as": 1,
"L16as": 2,
"L32as": 4,
"L48as": 6,
"L64as": 8,
"L80as": 10
}

def __get_nvme_disks_count_from_metadata(self):
Expand Down

0 comments on commit f6e759c

Please sign in to comment.