-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix range update to legacy2 with clone
When a new clone is deployed it get the initial allocation from the current range or the next range already allocated. The code was not considering the case of next range so it could generate a range overlap. The fix will check if the next range is totally allocate for the service or it is partial and in this case only the remaining part is used.
- Loading branch information
Showing
1 changed file
with
19 additions
and
17 deletions.
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