| Summary: | External processes leak file descriptors | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | David Lehman <dlehman> |
| Component: | python-blivet | Assignee: | David Lehman <dlehman> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Release Test Team <release-test-team> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 | CC: | amulhern, anaconda-maint-list, bcl, dlehman, jsafrane, jstodola, jsynacek |
| Target Milestone: | rc | Keywords: | Patch |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | python-blivet-0.18.7-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1016467 | Environment: | |
| Last Closed: | 2014-06-13 09:50:36 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: | |
| Bug Depends On: | 1016467 | ||
| Bug Blocks: | |||
|
Description
David Lehman
2013-10-16 19:05:39 UTC
I have a patch for this. Reproduced with python-blivet-0.18.2-1.el7: >>> blivet.devicelibs.lvm.thinlvpoolname("vgtest", "thin_pool") 'File descriptor 8 (/dev/mapper/control) leaked on lvm invocation. Parent PID 975: python' >>> Verified with python-blivet-0.18.34-1.el7: >>> blivet.devicelibs.lvm.thinlvpoolname("vgtest", "thin_pool") '' >>> Moving to VERIFIED. This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request. |