Bug 870734
Summary: | 3.1 - rehvm-3.0 cannot bootstrap vdsm-4.9.6 as it does not start libvirtd | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Alon Bar-Lev <alonbl> |
Component: | vdsm | Assignee: | Alon Bar-Lev <alonbl> |
Status: | CLOSED ERRATA | QA Contact: | Meni Yakove <myakove> |
Severity: | high | Docs Contact: | |
Priority: | urgent | ||
Version: | 6.3 | CC: | abaron, bazulay, iheim, ilvovsky, jbiddle, lpeer, thildred, ykaul |
Target Milestone: | rc | Keywords: | ZStream |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | network bootstrap | ||
Fixed In Version: | vdsm-4.9.6-40.0 | Doc Type: | Bug Fix |
Doc Text: |
Previously, the bootstrap code did not start the libvirtd service before using the netinfo module. The current vdsm.netinfo fails if libvirtd is not running. This patch starts the libvirtd service during the import of the compatibility module so that vdsm.netinfo will not fail.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2012-12-04 19:13:33 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
Alon Bar-Lev
2012-10-28 10:14:48 UTC
commit 38c0748656e9da14e071ca3f51b350af675c7d60 Author: Alon Bar-Lev <alonbl> Date: Sun Oct 28 12:16:44 2012 +0200 api: start libvirtd when netinfo module is loaded The old bootstrap code does not start the libvirtd service before using the netinfo module. The current vdsm.netinfo needs running libvirtd or it fails. This patch starts the libvirtd service during the import of the compatibility module. Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=870734 Change-Id: I5005b2f3fbb074f6ad08a8516140011f9a9cd3aa Signed-off-by: Alon Bar-Lev <alonbl> https://gerrit.eng.lab.tlv.redhat.com/#/c/2929/ Add vdsm-4.9.6-41.0.el6_3.x86_64 (3.1) host to rhevm rhevm-3.0.7_0001-2.el6_3.x86_64 (3.0) 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-2012-1508.html |