Skip to content
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

Simplify the syntax for single crypto adapter or single domain range in crypto commands #624

Open
andy-maier opened this issue Jul 18, 2024 · 0 comments
Assignees
Milestone

Comments

@andy-maier
Copy link
Member

Example from today:

$ zhmc partition add-crypto -a CRYP08 -u 0 CPCA wdc1-qz1-sr7-rk223-m01
Error: Error parsing value of option '--adapters': Value must be a list of adapter names: 'CRYP08'

Today, this needs to be specified as:

$ zhmc partition add-crypto -a "[CRYP08]" -u "[0]" CPCA wdc1-qz1-sr7-rk223-m01

Find a way to simplify that, so that the initial command also works.

@andy-maier andy-maier self-assigned this Jul 18, 2024
@andy-maier andy-maier added this to the 1.12.0 milestone Jul 18, 2024
@andy-maier andy-maier modified the milestones: 1.12.0, 1.13.0 Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant