Bug 833201
| Summary: | Failed to add host - does not accept vdsm 4.10 | |||
|---|---|---|---|---|
| Product: | [Retired] oVirt | Reporter: | Trey Dockendorf <treydock> | |
| Component: | vdsm | Assignee: | Dan Kenigsberg <danken> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Haim <hateya> | |
| Severity: | urgent | Docs Contact: | ||
| Priority: | urgent | |||
| Version: | 3.1 RC | CC: | abaron, acathrow, bazulay, dakini, dougsland, dyasny, fsimonce, iheim, mgoldboi, treydock, yeylon, ykaul | |
| Target Milestone: | --- | Keywords: | Reopened | |
| Target Release: | 3.1 | |||
| Hardware: | Unspecified | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 918109 (view as bug list) | Environment: | ||
| Last Closed: | 2013-03-05 07:58:37 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 822145, 918109 | |||
|
Description
Trey Dockendorf
2012-06-18 21:03:32 UTC
Patch provided by by Dan Kenigsberg here , http://lists.ovirt.org/pipermail/users/2012-June/002468.html, solved the issue. Host was successfully added after the patch to vds_bootstrap.py. why is this patch correct? what if i want to install a vdsm-4.9 (3.0 compatibility level) on the host? (In reply to comment #2) > why is this patch correct? > what if i want to install a vdsm-4.9 (3.0 compatibility level) on the host? I really hate the patch (even though I think it is good enough for ovirt-3.1) I've posted another patch which is slightly saner. http://gerrit.ovirt.org/#/c/5469/ In the ovirt-3.1 branch as: 67309fc8a7a4edd4996490b64f51ce37f0ed2327 closing ON_QA bugs as oVirt 3.1 was released: http://www.ovirt.org/get-ovirt/ Hi, I was having this issue in RHEV 3.0, so today I upgraded to 3.1. The issue still appears to be present, since I'm unable to add any RHEL hosts through the RHEV Manager. I'm not getting the entire error listed above, but I am receiving this part: "Unable to fetch VDSM with minimal version of vdsm-4.9." The RHN-checks seem to return successfully, but it fails the next step: Received message: <BSTRAP component='RHN_REGISTRATION' status='OK' message='Host properly registered with RHN/Satellite.'/>. FYI. (Stage: Running first installation script on Host) 2013-03-04 19:22:21,456 INFO [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-11) Installation of 10.16.67.136. Received message: <BSTRAP component='VDSM_MAJOR_VER' status='FAIL' message='Unable to fetch VDSM with minimal version of vdsm-4.9. Please check if host is properly registered with updated yum repository'/>. FYI. (Stage: Running first installation script on Host) 2013-03-04 19:22:21,656 ERROR [org.ovirt.engine.core.bll.VdsInstaller] (NioProcessor-11) Installation of 10.16.67.136. Received message: <BSTRAP component='RHEV_INSTALL' status='FAIL'/>. Error occured. (Stage: Running first installation script on Host) The hypervisor has vdsm version 4.10.2-1.6.el6.x86_64 available in its repos. And the RHEV Manager has vdsm-bootstrap-4.9.6-45.2.el6_3.noarch installed. I am using some internal repositories, but I've been told they mirror RHN. For RHEVM: http://download.devel.redhat.com/sysrepos/rhel6-server-rhevm-3.1-x86_64/RPMS.rhevm_3.1/ For the hypervisor: http://download.devel.redhat.com/sysrepos/rhel6-rhev-mgmt-agent-6-x86_64/RPMS.agent_6/ I tested adding a RHEVH host to this RHEV instance, and it worked. So it's only affecting the regular RHEL hosts, which are most likely still having issues with vdsm version compatibility. I believe that this issue was indeed solved by ovirt commit http://gerrit.ovirt.org/5544 . So keeping this bug closed is correct. However, in order to get the fixed code into rhev-3.1.z, you would have to upgrade the vdsm-bootstrap.rpm that is installed on your rhev-m machine. Does this solve the issue? If this does not help, please clone this bug to the RHEV-M-3.1 project. Thanks for the quick response. There's a good chance that this patch solves the issue. I guess my problem is not having in it in RHEV 3.1. I'll go ahead and clone this bug for RHEVM. (In reply to comment #8) > Thanks for the quick response. There's a good chance that this patch solves > the issue. I guess my problem is not having in it in RHEV 3.1. I'll go ahead > and clone this bug for RHEVM. It *should* be on RHEV 3.1.z - please clone this bug only after you verify that vdsm-bootstrap-4.10.2-1.6 does not solve your problem. |