-
Notifications
You must be signed in to change notification settings - Fork 338
DAOS-18382 control: Make ddb vos_path optional #17359
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
base: master
Are you sure you want to change the base?
Conversation
For ddb, vos_path was previously a required positional parameter even for commands that didn't use it. With this change, --vos_path is a named parameter to be used only with commands that require it. Features: recovery ddb_cmd Signed-off-by: Kris Jacque <[email protected]>
|
Ticket title is 'Remove unnecessary placeholder in ddb command input' |
Features: recovery ddb_cmd
Features: recovery ddb_cmd
|
Test stage Functional on EL 8.8 completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-17359/4/execution/node/1069/log |
Features: recovery ddb_cmd
Also force a position for the --vos_path option in tests. Features: recovery ddb_cmd Signed-off-by: Kris Jacque <[email protected]>
|
Test stage NLT on EL 8.8 completed with status UNSTABLE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos//view/change-requests/job/PR-17359/5/testReport/ |
|
Test stage Functional on EL 8.8 completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-17359/5/execution/node/1050/log |
Features: recovery ddb_cmd Signed-off-by: Kris Jacque <[email protected]>
|
Test stage Functional Hardware Medium MD on SSD completed with status UNSTABLE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos//view/change-requests/job/PR-17359/8/testReport/ |
|
Test failures don't involve ddb and appear to be unrelated to this PR. |
For ddb, vos_path was previously a required positional parameter even for commands that didn't use it. With this change, --vos_path is a named parameter to be used only with commands that require it.
Features: recovery ddb_cmd
Steps for the author:
After all prior steps are complete: