Bug 1152448
Summary: | [ppc] Host is installed with VDSM version (<UNKNOWN>) and cannot join cluster ppc64... | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | rhev-integ |
Component: | ovirt-engine | Assignee: | Yaniv Bronhaim <ybronhei> |
Status: | CLOSED ERRATA | QA Contact: | Jiri Belka <jbelka> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 3.5.0 | CC: | danken, ecohen, gklein, iheim, jbelka, lpeer, lsurette, lsvaty, michal.skrivanek, oourfali, pstehlik, rbalakri, Rhev-m-bugs, sherold, yeylon |
Target Milestone: | --- | Keywords: | ZStream |
Target Release: | 3.4.4 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | infra | ||
Fixed In Version: | vdsm-4.14.18-1.el6ev | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 1151488 | Environment: | |
Last Closed: | 2014-12-02 20:37:20 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1151488 | ||
Bug Blocks: | 1122979, 1127677, 1133612, 1151010, 1151015, 1156186 |
Comment 2
Michal Skrivanek
2014-11-04 08:56:03 UTC
3.5 engine is fixed 3.4.4 vdsm version is fixed pending RHEV for Power delivery not a workaround is possible using "after_get_caps" hook adding the vdsm version in response ok, vdsm 4.14.18-1 but... there's no ppc64 build for vdsm which is platform specific (no idea why), but as the fix changes only caps.py* files i verified with following steps: # rpm2cpio vdsm-4.14.18-1.el7ev.x86_64.rpm | cpio -td | grep caps.py 5876 blocks ./usr/share/vdsm/caps.py ./usr/share/vdsm/caps.pyc ./usr/share/vdsm/caps.pyo # mv /usr/share/vdsm/caps.p{y,y.orig} # rm -f /usr/share/vdsm/caps.py{c,o} # rpm2cpio vdsm-4.14.18-1.el7ev.x86_64.rpm | cpio --to-stdout -i './usr/share/vdsm/caps.py' > /usr/share/vdsm/caps.py 5876 blocks - add power8 host into rhevm 3.5 tested again with rpms provided by mskrivanek@ vdsm-cli-4.14.18-0.pkvm2_1.noarch.rpm vdsm-python-zombiereaper-4.14.18-0.pkvm2_1.noarch.rpm vdsm-xmlrpc-4.14.18-0.pkvm2_1.noarch.rpm vdsm-4.14.18-0.pkvm2_1.ppc64.rpm vdsm-python-4.14.18-0.pkvm2_1.ppc64.rpm 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. https://rhn.redhat.com/errata/RHBA-2014-1945.html |