-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add support for starting stopping and refreshing pools #879
Conversation
coverage task will fail. |
fc5d472
to
8cd6276
Compare
stratisd dependent tests should all fail. |
6de8048
to
3ac648c
Compare
rebased. |
The bug in listing stopped pools should be fixed now. |
rebased. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One possible typo in a comment but looks good otherwise
src/stratis_cli/_actions/_pool.py
Outdated
""" | ||
Get a cell value or N/A if None. | ||
Take a value that represents possibly inconsistency via option type. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^possibly^possible?
This passes all tests again stratis-storage/stratisd#2949 . |
Should we allow |
All tests and coverage succeed when run against: stratis-storage/stratisd#2949 . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tested this and it looks good!
Remove global unlock command and StratisCliAggregateError. Add a start and stop command on pools. Add a new global debug subcommand for refresh. Add additional options to the pool list command for showing stopped pools and detailed views on individual pools. Signed-off-by: mulhern <[email protected]>
rebased and squashed. All tests are expected to pass. |
Closes #725
Related stratis-storage/project#296
Related #866