You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: