-
Notifications
You must be signed in to change notification settings - Fork 5
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
refactor: translate command line arguments into JSON format and use common functions #55
Conversation
fa46725
to
cb231b7
Compare
also document snapshot_lvm_mount_options and note that XFS won't allow an identical snapshot to be mounted while the origin is still mounted unless the nouuid option is used. Signed-off-by: Todd Gill <[email protected]>
a417467
to
939244d
Compare
I'll note that a lot of the code to convert things to/from JSON string, and to perform argument validation, will either go away or be much simpler when this code is converted into an Ansible module |
Ok. That is what I'm planning next. I should have done the module work first. |
Yeah, sorry about that - it didn't occur to me until I realized there were a lot of json/validation changes in this PR |
[citest] |
bf05cc9
to
e174cbe
Compare
[citest] |
a2278b2
to
82ff567
Compare
[citest] |
…ation minor update to error message for missing LV/VG test update tests for required parameter to umount Signed-off-by: Todd Gill <[email protected]>
[citest] |
refactor: use common function for both command line arguments and JSON requests
Issue Tracker Tickets (Jira or BZ if any):
#44
#51