-
Notifications
You must be signed in to change notification settings - Fork 107
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
feat(lvs): adding support for pool grow and related tests #1725
Merged
bors-openebs-mayastor
merged 1 commit into
openebs:develop
from
dsavitskiy:feature/grow_pool_support
Sep 23, 2024
Merged
feat(lvs): adding support for pool grow and related tests #1725
bors-openebs-mayastor
merged 1 commit into
openebs:develop
from
dsavitskiy:feature/grow_pool_support
Sep 23, 2024
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
dsavitskiy
commented
Aug 22, 2024
- Pool grow API support added to LVS.
- Additional pool stats added.
- Added support for MD reservation hint.
- Related CLI subcommand added. 'pool list' subcommand extended to print additional pool info.
- Related tests added.
- For testing purposes, a non-safe support for resizing malloc bdev added.
- To simplify adding new pool and replica parameters, LVS inner create-related APIs refactored to accept parameters via PoolArgs and ReplicaArgs instead of function arguments.
- Added a example tool (lvs-eval) that creates an LVS with the given parameters and prints it internal configuration (allocated clusters, extent pages, etc.)
bors try |
tryBuild failed: |
dsavitskiy
force-pushed
the
feature/grow_pool_support
branch
from
August 23, 2024 08:52
15fd7b9
to
e9010a8
Compare
bors try |
tryBuild succeeded: |
dsavitskiy
force-pushed
the
feature/grow_pool_support
branch
from
August 29, 2024 19:46
e9010a8
to
3519c57
Compare
bors try |
tryTimed out. |
tiagolobocastro
approved these changes
Aug 30, 2024
dsavitskiy
force-pushed
the
feature/grow_pool_support
branch
3 times, most recently
from
August 30, 2024 20:11
cf4d53d
to
cde38b5
Compare
bors try |
tryTimed out. |
dsavitskiy
force-pushed
the
feature/grow_pool_support
branch
from
September 7, 2024 13:36
cde38b5
to
d052511
Compare
bors try |
tryBuild failed: |
dsavitskiy
force-pushed
the
feature/grow_pool_support
branch
from
September 7, 2024 13:42
d052511
to
69568d3
Compare
bors try |
tryTimed out. |
dsharma-dc
reviewed
Sep 9, 2024
dsavitskiy
force-pushed
the
feature/grow_pool_support
branch
from
September 20, 2024 12:16
69568d3
to
a10cdc8
Compare
bors try |
tryBuild failed: |
dsavitskiy
force-pushed
the
feature/grow_pool_support
branch
from
September 21, 2024 09:17
a10cdc8
to
cfd7dbe
Compare
bors try |
tryBuild succeeded: |
dsharma-dc
approved these changes
Sep 22, 2024
* Pool grow API support added to LVS. * Additional pool stats added. * Added support for MD reservation hint. * Related CLI subcommand added. 'pool list' subcommand extended to print additional pool info. * Related tests added. * For testing purposes, a non-safe support for resizing malloc bdev added. * To simplify adding new pool and replica parameters, LVS inner create-related APIs refactored to accept parameters via PoolArgs and ReplicaArgs instead of function arguments. * Added a example tool (lvs-eval) that creates an LVS with the given parameters and prints it internal configuration (allocated clusters, extent pages, etc.) Signed-off-by: Dmitry Savitskiy <[email protected]>
dsavitskiy
force-pushed
the
feature/grow_pool_support
branch
from
September 23, 2024 09:21
cfd7dbe
to
438effd
Compare
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.