Bug 1168203
Summary: | Installing a host on el7 fails with yum syntax errors (vdsm installation fails) | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] oVirt | Reporter: | Amit Aviram <aaviram> | ||||
Component: | vdsm | Assignee: | Yaniv Bronhaim <ybronhei> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Gil Klein <gklein> | ||||
Severity: | urgent | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 3.5 | CC: | aaviram, bazulay, bugs, danken, dougsland, ecohen, gklein, iheim, lsurette, mgoldboi, rbalakri, ybronhei, yeylon | ||||
Target Milestone: | --- | ||||||
Target Release: | 3.5.1 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | infra | ||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2014-11-30 14:41:13 UTC | Type: | Bug | ||||
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: | |||||||
Bug Blocks: | 1155170 | ||||||
Attachments: |
|
Description
Amit Aviram
2014-11-26 12:04:23 UTC
Created attachment 961632 [details]
ovirt-engine-3.5/var/log/ovirt-engine/host-deploy log file
Amit, is this the same issue as BZ #1168143 ? It is, and BZ #1168143 has been splitted to this bug and BZ #1168208 as asked. *** Bug 1168143 has been marked as a duplicate of this bug. *** per what stated in bug#1168143, this has nothing to do with ovirt-host-deploy, reassigning to vdsm. Copying relevant information from bug#1168143 2014-11-26 10:43:56 INFO otopi.plugins.otopi.packagers.yumpackager yumpackager.info:92 Yum update: 19/35: vdsm-4.16.7-70.git3bb122c.el7.x86_64 2014-11-26 10:43:58 DEBUG otopi.plugins.otopi.packagers.yumpackager yumpackager.verbose:88 Yum Script sink: warning: /etc/vdsm/vdsm.conf created as /etc/vdsm/vdsm.conf.rpmnew Traceback (most recent call last): File "/usr/bin/vdsm-tool", line 224, in <module> sys.exit(main()) File "/usr/bin/vdsm-tool", line 210, in main except vdsm.tool.UsageError as e: AttributeError: 'module' object has no attribute 'UsageError' is it an upgrade? can you reproduce it? It seems like you upgraded your installed vdsm. can you specify the version you had before the upgrade? guess yum.log can tell it. this issue might be fixed already.. 1.) I cannot reproduce on centos 7: # sudo vdsm-tool configure --force Checking configuration status... libvirt is not configured for vdsm yet Running configure... rpm -qv vdsm Reconfiguration of sebool is done. Reconfiguration of libvirt is done. Done configuring modules to VDSM. # rpm -qv vdsm vdsm-4.16.7-72.git333e4a2.el7.centos.x86_64 # cat /etc/redhat-release CentOS Linux release 7.0.1406 (Core) 2.) This might be a duplicate of the recent bug 1155292 (root issue in bug 1157185) I will check tomorrow if the fix was indeed between 4.16.7-70 and 4.16.7-72 3.) afaiu this bug report indicates 2 errors: something goes wrong during vdsm-tool configure (2.) ?) We want to raise an exception but cannot because of an import error, We should look at that too *** This bug has been marked as a duplicate of bug 1168689 *** |