Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roachprod: support specifying SSD count on azure and aws #123777

Open
DarrylWong opened this issue May 7, 2024 · 0 comments
Open

roachprod: support specifying SSD count on azure and aws #123777

DarrylWong opened this issue May 7, 2024 · 0 comments
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)

Comments

@DarrylWong
Copy link
Contributor

DarrylWong commented May 7, 2024

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

@DarrylWong DarrylWong added the C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Projects
None yet
Development

No branches or pull requests

1 participant