-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rebuild Rangers #1594
Merged
Merged
Rebuild Rangers #1594
Conversation
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
Contributor
tiagolobocastro
commented
Feb 21, 2024
tiagolobocastro
requested review from
dsavitskiy,
hrudaya21,
Abhinandan-Purkait,
abhilashshetty04 and
dsharma-dc
February 21, 2024 18:26
tiagolobocastro
force-pushed
the
rebuild
branch
from
February 23, 2024 12:12
558fbd5
to
aeb494a
Compare
dsharma-dc
reviewed
Feb 27, 2024
dsharma-dc
reviewed
Feb 27, 2024
hrudaya21
reviewed
Feb 29, 2024
hrudaya21
reviewed
Feb 29, 2024
tiagolobocastro
force-pushed
the
rebuild
branch
2 times, most recently
from
February 29, 2024 12:19
22c704b
to
414fc2e
Compare
hrudaya21
approved these changes
Feb 29, 2024
dsharma-dc
reviewed
Feb 29, 2024
dsharma-dc
reviewed
Feb 29, 2024
bors try |
tryBuild succeeded: |
dsharma-dc
approved these changes
Mar 1, 2024
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>
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>
bors merge |
bors-openebs-mayastor bot
pushed a commit
that referenced
this pull request
Mar 4, 2024
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>
Build failed: |
pytest CI also broken on dataplane :( |
Pin pytest otherwise newer version seems to not play well with other packages - we might need to update others first. todo: update requirements file Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>
bors merge |
🕐 Waiting for PR status (Github check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
bors-openebs-mayastor bot
pushed a commit
that referenced
this pull request
Mar 4, 2024
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>
Build failed: |
bors merge |
Build succeeded: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.