Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachprod: fix issue with gcloud not able to handle concurrency
The gcloud command to update disk labels are 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
- Loading branch information