Bug 1354686
| Summary: | vgspilt can lead to OOM | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Corey Marthaler <cmarthal> |
| Component: | lvm2 | Assignee: | Heinz Mauelshagen <heinzm> |
| lvm2 sub component: | Changing Logical Volumes | QA Contact: | cluster-qe <cluster-qe> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | high | ||
| Priority: | unspecified | CC: | agk, heinzm, jbrassow, msnitzer, prajnoha, prockai, zkabelac |
| Version: | 7.3 | Keywords: | Regression |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | lvm2-2.02.161-1.el7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-11-04 04:15:47 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: | |||
|
Description
Corey Marthaler
2016-07-11 23:16:11 UTC
Incorrect use of dm_list_iterate_safe() which only permits the current element to be removed from the list, not other elements. E.g. first flag all the LVs that need to move, then move them in a single pass. Fixed via conditional update of the temporary list pointer in case it references a split off LV. With the exception of bug 1358961, the vgsplit cases now pass again. Marking verified with the latest rpms. 3.10.0-472.el7.x86_64 lvm2-2.02.161-2.el7 BUILT: Wed Jul 20 07:48:14 CDT 2016 lvm2-libs-2.02.161-2.el7 BUILT: Wed Jul 20 07:48:14 CDT 2016 lvm2-cluster-2.02.161-2.el7 BUILT: Wed Jul 20 07:48:14 CDT 2016 device-mapper-1.02.131-2.el7 BUILT: Wed Jul 20 07:48:14 CDT 2016 device-mapper-libs-1.02.131-2.el7 BUILT: Wed Jul 20 07:48:14 CDT 2016 device-mapper-event-1.02.131-2.el7 BUILT: Wed Jul 20 07:48:14 CDT 2016 device-mapper-event-libs-1.02.131-2.el7 BUILT: Wed Jul 20 07:48:14 CDT 2016 device-mapper-persistent-data-0.6.2-1.el7 BUILT: Mon Jul 11 04:32:34 CDT 2016 cmirror-2.02.161-2.el7 BUILT: Wed Jul 20 07:48:14 CDT 2016 sanlock-3.4.0-1.el7 BUILT: Fri Jun 10 11:41:03 CDT 2016 sanlock-lib-3.4.0-1.el7 BUILT: Fri Jun 10 11:41:03 CDT 2016 lvm2-lockd-2.02.161-2.el7 BUILT: Wed Jul 20 07:48:14 CDT 2016 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. https://rhn.redhat.com/errata/RHBA-2016-1445.html |