-
Notifications
You must be signed in to change notification settings - Fork 25
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
Generated vic-machine create command has wrong argument for volume store #251
Comments
Fix volume store CLI option name in Create wizard (#251)
Reopen: generated CLI command still has the wrong volume store flag |
@stuclem Can you please document that the generated CLI command has the wrong volume store flag? The workaround is to change |
Release note:
@jooskim is this OK? |
@stuclem Looks good! |
I think there's an extraneous "is" here. |
Let's get this merged by Jan 17. so it makes it into 1.3.1 |
Fixed the extraneous "is" in the RN. |
just needs cherry pick pr |
Fix volume store CLI option name in Create wizard (#251)
Merged to master. Cherry-pick PR #303 |
VIC version:
1.3.0 OVA RC 4 (UI RC6)
Steps to reproduce:
Use the creation wizard to specify a VCH which has a default volume store (or, perhaps, any volume store).
Actual behavior:
The generated CLI command includes a
--volume-stores
option.This will result in an error when executed:
Incorrect Usage: flag provided but not defined: -volume-stores
.Expected behavior:
The generated CLI command should include a
--volume-store
option.The text was updated successfully, but these errors were encountered: