Draft
Conversation
Add new funcitons for adding base bdev into raid.
change the typo "nase_bdev" to "base_bdev"
Add checks for bdev's block len and block count, change code of raid configure (it doesn't reconfigure all raid, when raid is becoming not degraded)
Change "name" to "raid_name" and "base_bdev" to "base_bdev_name" Also func raid_add_bdev func to raid_bdev_add_base_bdev
change var names
In configure_base_bdev change if to swich. Add empty OFFLINE case with TODO
This reverts commit 8971072.
This file contains hidden or 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
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.
Descriptions:
Added implementation of the raid1 rebuild process with support for sequential request processing.
Implement:
service.hservice.c) Implement common functionality for the data rebuild processbdev_raid.hraid1.c) Implement a rebuild process for RAID1 (no multithreading support)raid_service_raid1.sh) Main test script.raid1_test_config/) Test configurations.