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

Specifying multiple comma separated values does not work with cb #375

Open
el8 opened this issue Feb 13, 2020 · 1 comment
Open

Specifying multiple comma separated values does not work with cb #375

el8 opened this issue Feb 13, 2020 · 1 comment

Comments

@el8
Copy link

el8 commented Feb 13, 2020

Trying to do something like:
./cb cldalter vm_templates fio=size:32gb,imageids:1,imageid1:00726830
results in an error:

############################# Executing command "imageids:1" (specified on the command line)

*** Unknown syntax: imageids:1

############################# Executing command "imageid1:15101" (specified on the command line)

*** Unknown syntax: imageid1:15101

while calling the identical command after entering ./cb works fine.

@maugustosilva
Copy link
Collaborator

you're right, this is a bug. Right now, we are using comma to separate between multiple "initial commands" when cb is invoked. I need to think of a better solution for it. Thanks for the report.

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

2 participants