-
Notifications
You must be signed in to change notification settings - Fork 38
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
Cherry Pick PR 550 553 555 cherrypick to release2.7 #856
Merged
bors-openebs-mayastor
merged 3 commits into
openebs:release/2.7
from
sinhaashish:pr-550-553-555-cherrypick-to-release2.7
Sep 6, 2024
Merged
Cherry Pick PR 550 553 555 cherrypick to release2.7 #856
bors-openebs-mayastor
merged 3 commits into
openebs:release/2.7
from
sinhaashish:pr-550-553-555-cherrypick-to-release2.7
Sep 6, 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
sinhaashish
requested review from
tiagolobocastro,
Abhinandan-Purkait and
rohan2794
September 6, 2024 14:03
850: Add/Remove label to/from pool r=sinhaashish a=sinhaashish Co-authored-by: sinhaashish <[email protected]> Signed-off-by: sinhaashish <[email protected]>
853: feat(topology): restrict users from deleting created-by label on pools r=sinhaashish a=sinhaashish Co-authored-by: sinhaashish <[email protected]> Signed-off-by: sinhaashish <[email protected]>
855: feat(topology): add show labels in pools r=sinhaashish a=sinhaashish Get pool ``` [nix-shell:~/code/rust/mayastor-extensions]$ ./target/debug/kubectl-mayastor get pool pool-on-node-1 -n openebs --show-labels ID DISKS MANAGED NODE STATUS CAPACITY ALLOCATED AVAILABLE COMMITTED LABELS pool-on-node-1 aio:///dev/sdb?uuid=b324aa79-c8b3-4859-a6e8-1a51fbc5d944 true node-1-237668 Online 10GiB 0 B 10GiB 0 B topology-key=topology-value ``` List pools ``` [nix-shell:~/code/rust/mayastor-extensions]$ ./target/debug/kubectl-mayastor get pools -n openebs --show-labels ID DISKS MANAGED NODE STATUS CAPACITY ALLOCATED AVAILABLE COMMITTED LABELS pool-on-node-2 aio:///dev/sdb?uuid=8045fe61-ae51-429b-9c73-4f8f60c42d44 true node-2-237668 Online 10GiB 0 B 10GiB 0 B pool-on-node-0 aio:///dev/sdb?uuid=4b12de79-fa6c-4bfd-9ed0-4f5f57cfeb4c true node-0-237668 Online 10GiB 0 B 10GiB 0 B zone=us-east-1 pool-on-node-1 aio:///dev/sdb?uuid=b324aa79-c8b3-4859-a6e8-1a51fbc5d944 true node-1-237668 Online 10GiB 0 B 10GiB 0 B topology-key=topology-value ``` List Pools with node filter ``` [nix-shell:~/code/rust/mayastor-extensions]$ ./target/debug/kubectl-mayastor get pools -n openebs --show-labels --node node-2-237668 ID DISKS MANAGED NODE STATUS CAPACITY ALLOCATED AVAILABLE COMMITTED LABELS pool-on-node-2 aio:///dev/sdb?uuid=8045fe61-ae51-429b-9c73-4f8f60c42d44 true node-2-237668 Online 10GiB 0 B 10GiB 0 B [nix-shell:~/code/rust/mayastor-extensions]$ ./target/debug/kubectl-mayastor get pools -n openebs --show-labels --node node-1-237668 ID DISKS MANAGED NODE STATUS CAPACITY ALLOCATED AVAILABLE COMMITTED LABELS pool-on-node-1 aio:///dev/sdb?uuid=b324aa79-c8b3-4859-a6e8-1a51fbc5d944 true node-1-237668 Online 10GiB 0 B 10GiB 0 B topology-key=topology-value [nix-shell:~/code/rust/mayastor-extensions]$ ./target/debug/kubectl-mayastor get pools -n openebs --show-labels --node node-0-237668 ID DISKS MANAGED NODE STATUS CAPACITY ALLOCATED AVAILABLE COMMITTED LABELS pool-on-node-0 aio:///dev/sdb?uuid=4b12de79-fa6c-4bfd-9ed0-4f5f57cfeb4c true node-0-237668 Online 10GiB 0 B 10GiB 0 B zone=us-east-1 ``` Co-authored-by: sinhaashish <[email protected]> Signed-off-by: sinhaashish <[email protected]>
sinhaashish
force-pushed
the
pr-550-553-555-cherrypick-to-release2.7
branch
from
September 6, 2024 14:08
8129ac7
to
687a123
Compare
tiagolobocastro
approved these changes
Sep 6, 2024
pchandra19
approved these changes
Sep 6, 2024
bors merge |
Build succeeded: |
bors-openebs-mayastor
bot
merged commit Sep 6, 2024
ba05346
into
openebs:release/2.7
4 checks passed
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.
Add commit