Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
133533: roachprod: fix issue with gcloud not able to handle concurrency r=shailendra-patel,vidit-bhat a=nameisbhaskar The `gcloud` command to update disk labels is run concurrently. But, we saw an issue as the `gcloud` command is not able to handle the concurrency when we are trying to run 150 node with 4 disks each. So, instead of running the command concurrently for all disks per node, this changes the code to run only 2 disks per node concurrently (1 boot disk and 1 PD). Epic: None Release note: None Co-authored-by: Bhaskarjyoti Bora <[email protected]>
- Loading branch information