Bug 678282
Summary: | Backport upstream fixes to vbd hotplug | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | RHEL Program Management <pm-rhel> |
Component: | xen | Assignee: | Xen Maintainance List <xen-maint> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 5.4 | CC: | jzheng, leiwang, llim, minovotn, moshiro, mrezanin, myamazak, pbonzini, plyons, pm-eus, qwan, vsd-xen-devel, xen-maint, yuzhang |
Target Milestone: | rc | Keywords: | ZStream |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | xen-3.0.3-94.el5_4.5 | Doc Type: | Bug Fix |
Doc Text: |
Prior to this update, starting multiple para-virtualized guests in quick succession could cause several instances of a hot plug script to compete for the same lock file. Consequently, the connection may have timed out with the following error message written to standard error:
Error: Device [id] (vbd) could not be connected. Hotplug scripts not working.
This update applies a patch that corrects the locking mechanism, so that such timeouts no longer occur.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2011-03-08 10:20:48 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: | 532648 | ||
Bug Blocks: | 666800 |
Description
RHEL Program Management
2011-02-17 13:01:46 UTC
Problem found in /etc/xen/script/block - it check xenstore fod device duplicates. This leads to increased start time and timeouting waiting for device connection. Great to hear.. Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Prior to this update, starting multiple para-virtualized guests in quick succession could cause several instances of a hot plug script to compete for the same lock file. Consequently, the connection may have timed out with the following error message written to standard error: Error: Device [id] (vbd) could not be connected. Hotplug scripts not working. This update applies a patch that corrects the locking mechanism, so that such timeouts no longer occur. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0326.html |