Bug 953502
Summary: | hypervkvpd dies from time to time with "KVP: Failed to open file, pool: 1" | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Libor Miksik <lmiksik> |
Component: | hypervkvpd | Assignee: | Tomáš Hozza <thozza> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | high | Docs Contact: | |
Priority: | urgent | ||
Version: | 5.9 | CC: | bgollahe, cww, jbian, leiwang, lyarwood, ovasik, pm-eus, qguan, redhat-bugzilla, robert.scheck, rrajaram, shwang, sputhenp, thozza |
Target Milestone: | rc | Keywords: | Patch, ZStream |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
The hypervkvpd daemon did not close the file descriptors for pool files when they were updated. This could eventually lead to hypervkvpd crashing with a "KVP: Failed to open file, pool: 1" error after consuming all available file descriptors. With this update, the file descriptors are closed, correcting this issue.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2013-05-09 18:15:53 UTC | Type: | --- |
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: | 949664 | ||
Bug Blocks: |
Description
Libor Miksik
2013-04-18 10:31:34 UTC
I have test the rpm package with the patch, the result is: the patch worked well. Two issues about the file descriptor are back to normal like below: <1>When reboot the guest rhel5.9.z, the hypervkvpd service has no "pool_3" file descriptor leak <2>When running the guest rhel5.9.z with a long time, the hypervkvpd service file descriptor will keep steady and unchanged From the above results, and I changed the bug status from "on_qa" into "verified". The details about the env and package: Host: hyper-v 2008 r2 and hyper-v 2012 Guest:rhel5.9.z with kernel2.6.18-354.el5 Hypervkvpd:hypervkvpd-0-0.7.el5_9.3 (In reply to comment #9) > Guest:rhel5.9.z with kernel2.6.18-354.el5 Sorry for my mistake, the rhel5.9.z kernel should be kernel2.6.18-348.5.1.el5. And with the kernel, the patch also worked well. 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/RHSA-2013-0807.html |