Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
96794: roachprod: guard calls to SetupSSH r=renatolabs,smg260 a=herkolategan This change ensures that calls to `SetupSSH` do not run concurrently across processes or threads. Overlapping calls are not safe and can lead to invalid SSH configurations. The scenario takes place when multiple clusters are created simultaneously from the same or multiple processes. Resolves: cockroachdb#90092 Release note: None Co-authored-by: Herko Lategan <[email protected]>
- Loading branch information