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

gdeploy doesn't use "all vg storage" as default size when creating LV #490

Open
devyanikota opened this issue Mar 13, 2018 · 0 comments
Open

Comments

@devyanikota
Copy link
Contributor

Actual results:

TASK [Create LVs with specified size for the VGs] ****************************************************************************************************
failed: [node] (item={u'lv': u'some_thinpool', u'size': u'', u'extent': u'100%FREE', u'vg': u'some_vgname'}) => {"failed": true, "item": {"extent": "100%FREE", "lv": "some_thinpool", "size": "", "vg": "some_vgname"}, "msg": " No command with matching syntax recognised. Run 'lvcreate --help' for more information.\n Nearest similar command has syntax:\n", "rc": 3}
<<<

As you can see, the 'size' is not specified. Seems the lvcreate.yml playbook doesn't implement the default size as described in the Admin Guide.

Expected results:
Would expect gdeploy to provide defaults per the Admin Guide and successfully create the LV.

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