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

RFE: Support LVM thin provisioning #24

Open
opoplawski opened this issue Mar 21, 2017 · 0 comments
Open

RFE: Support LVM thin provisioning #24

opoplawski opened this issue Mar 21, 2017 · 0 comments

Comments

@opoplawski
Copy link
Contributor

koan checks to see if there is free space in the volume group before proceeding and fails if there isn't, e.g.:

volume group needs 10 GB free space.

This can fail improperly in two situations - if the LV already exists, or if one is using thin provisioning and all space is allocated to the thin pool (although the only way to currently make use of thin provisioning is to create the needed LV before running koan).

At least as a first step, I think we should just remove the space check entirely and rely on errors from LVM if there is not enough space. Longer term it would be good to support the needed thin provisioning options.

@SchoolGuy SchoolGuy moved this to Bug Reports in Koan Sep 26, 2022
@SchoolGuy SchoolGuy added this to Koan Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Bug Reports
Development

No branches or pull requests

2 participants