-
Notifications
You must be signed in to change notification settings - Fork 807
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(source resolver): prefer older servergroup when copying capacity (#…
…3161) If there are multiple possible server groups to choose as the source, and all are of the same size, prefer the older server group. This supports a use case where multiple simultaneous clone operations are performed against a single source (the intention is to have multiple active server groups in the region). Because a server group can have its capacity manipulated during the deploy lifecycle, we don't want the second deploy to choose the first deploy as its source and result in snapshotting a capacity that may have had the min size pinned high
- Loading branch information
Showing
2 changed files
with
66 additions
and
1 deletion.
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
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