Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously, `roachprod create` appended volumes to `providerOpts.EBSVolumes`, assuming it's done once per run. In reality, the code is run every time when we create an instance, which leads to data races and accumulation of extra EBS volumes. This patch creates a copy of `providerOpts.EBSVolumes` before making any changes to it. Release note: None
- Loading branch information