cockroachdb / cockroachdb/cockroach
roachprod: support specifying SSD count on azure and aws
Open
A-testeng-infra
A-testing
C-enhancement
T-testeng
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
We currently only support specifying SSD count on GCE. To bring testing on other providers in line with GCE, we should support specifying the SSD Count on AWS and Azure.
The SSD count is specified through the flag `ProviderOpts.SSDCount` and passed to provider.Create. Currently, AWS and Azure do not have this flag.
Jira issue: CRDB-38545
Contributor guide
Assessment
This issue has not been assessed yet.