-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
vdo: add force option #2110
vdo: add force option #2110
Conversation
@@ -258,6 +258,15 @@ | |||
configured setting unless a different value is specified | |||
in the playbook. | |||
type: str | |||
force: | |||
description: |
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 taken the description from man page in
https://github.com/dm-vdo/vdo/blob/827e5e0974c62a4e169766020fb69b3f34015851/vdo-manager/man/vdo.8#L580-L584
Please change it in any way you see fit.
Co-authored-by: Felix Fontein <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
@rhawalsh @Davidffry can you please take a look at this PR? Does it implements what you want, and is the description and the warning good enough from your point of view? |
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.
Hi @felixfontein
I took a look at it a little while ago. The only feedback I had was around suggesting some warning text. I think what you have should do the trick. I think the change itself overall, looks good to me.
@rhawalsh it looks like you forgot to submit the review, because your suggestion for the warning text only showed up now :) |
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.
Hi @felixfontein , thanks for adjusting. I just figured that you didn't agree. :) I appreciate the work you've done on this. The change looks good to me.
* vdo: add force option * Add changelog * Improve the diff the next time something is added :) Co-authored-by: Felix Fontein <[email protected]> * Add warning text placeholder by felixfontein Co-authored-by: Felix Fontein <[email protected]> * Add warning text * Apply suggestion for warning text from rhawalsh Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 73bb0f1)
@aminvakil thanks for implementing this! |
* vdo: add force option * Add changelog * Improve the diff the next time something is added :) Co-authored-by: Felix Fontein <[email protected]> * Add warning text placeholder by felixfontein Co-authored-by: Felix Fontein <[email protected]> * Add warning text * Apply suggestion for warning text from rhawalsh Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 73bb0f1) Co-authored-by: Amin Vakil <[email protected]>
@felixfontein @rhawalsh Thanks for reviewing! |
SUMMARY
Fixes #2101
ISSUE TYPE
COMPONENT NAME
vdo