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

linstor interactive: can't add options with space inside or leading minus #42

Open
ggzengel opened this issue Aug 23, 2020 · 0 comments

Comments

@ggzengel
Copy link

This works:
linstor rg sp zfs_12 StorDriver/ZfscreateOptions "-o volblocksize=16k"
LINSTOR ==> rg sp zfs_12 StorDriver/ZfscreateOptions volblocksize=16k (but makes no sense)

This didn't work:
rg sp zfs_12 StorDriver/ZfscreateOptions '-a b' (linstor: error: unrecognized arguments: b')
rg sp zfs_12 StorDriver/ZfscreateOptions '-a\ b'
rg sp zfs_12 StorDriver/ZfscreateOptions -ab
rg sp zfs_12 StorDriver/ZfscreateOptions '-ab' (no error but it saves '-ab' but should save -ab

@ghernadi ghernadi transferred this issue from LINBIT/linstor-server Aug 24, 2020
@ggzengel ggzengel changed the title linstor interactive: can't add options with space inside or trailing minus linstor interactive: can't add options with space inside or leading minus Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant