-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1594: Rebuild Rangers r=tiagolobocastro a=tiagolobocastro refactor(rebuild): use new rebuild rangers Make use of the rebuild rangers to configure rebuild types. This allows us to remove the setting of the rebuild map being done after the rebuild job is created for the nexus and removing it from the shared rebuild descriptor. The nexus still uses the partial but sequential rebuild to reduce the scope of changes. Once the fully partial rebuild is validated we can switch the nexus to it. Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com> --- feat(rebuild): add rebuild rangers Adds a set of rebuild rangers which can be used by different rebuilds: 1. full rebuild - walk the entire device range and copy every segment (current nexus full rebuild behaviour). 2. partial rebuild - walk the allocated segments only and copy them. 3. partial eq rebuild - walk the entire device range and copy only allocated segments (current nexus partial rebuild behaviour). Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com> Co-authored-by: Tiago Castro <tiagolobocastro@gmail.com>
- Loading branch information
Showing
13 changed files
with
601 additions
and
231 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
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
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
Oops, something went wrong.