Bug 1030080
Summary: | Creating thin LVM volume fails due to incorrect thin pool free space calculation | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Jon Bernard <jobernar> |
Component: | openstack-cinder | Assignee: | Giulio Fidente <gfidente> |
Status: | CLOSED ERRATA | QA Contact: | Giulio Fidente <gfidente> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.0 | CC: | abaron, breeler, ddomingo, eharney, gfidente, hateya, jobernar, yeylon |
Target Milestone: | rc | ||
Target Release: | 4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openstack-cinder-2013.2-8.el6ost | Doc Type: | Bug Fix |
Doc Text: |
In most cases, thin pools consume nearly the entire volume group. Previously, however, the Block Storage scheduler always calculated storage capacity using the volume group's free space, even with thin pools enabled. This prevented the creation of new volumes within volume groups that used thin pools, as the scheduler incorrectly reported that there was insufficient space.
With this update, the Block Storage scheduler now calculates thin pool capacity correctly. When thin pools are enabled, the scheduler now uses free space information from the ThinLVM driver to determine capacity.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2013-12-20 00:35:34 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 975606 |
Description
Jon Bernard
2013-11-13 21:33:20 UTC
isn't this a dup of bug 1022714 ? They are technically two different bugs, although closely related. bug 1022714 is a failure to create the thin pool of the correct size. This bug then follows, once the pool is of sufficient size the capacity reporting is inaccurate which causes a failure to create a volume backed by the pool. The interesting part is that this bug is not easily visible until 1022714 is fixed - only then does it become an obvious error. *** Bug 1037560 has been marked as a duplicate of this bug. *** openstack-cinder-2013.2-8.el6ost does *not* include the patch kudos to Eric, it was my fault, verified using: openstack-cinder-2013.2-8.el6ost.noarch Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2013-1859.html |