-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
34249: roachprod: error when aws-machine-type flag will be ignored r=ajwerner a=ajwerner Before this PR, if a user were to issue the following command it would succeed but would use the default ssd machine type rather than the intended `c5d.4xlarge`. ``` roachprod create $USER-test --clouds aws --aws-machine-type c5d.4xlarge --local-ssd true ``` This changes the behavior to instead return an error instructing the user to use the `--aws-machine-type-ssd` flag. Release note: None Co-authored-by: Andrew Werner <[email protected]>
- Loading branch information
Showing
1 changed file
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters