Bug 1155292
Summary: | VDSM fails to configure libvirtd module on upgrade 3.4 --> 3.5 | ||
---|---|---|---|
Product: | [Retired] oVirt | Reporter: | Reid Nabinger <nabinger.reid> |
Component: | vdsm | Assignee: | Yaniv Bronhaim <ybronhei> |
Status: | CLOSED DUPLICATE | QA Contact: | Yaniv Bronhaim <ybronhei> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 3.5 | CC: | bazulay, bugs, danken, ecohen, gklein, iheim, lsurette, mgoldboi, nabinger.reid, nsoffer, rbalakri, yeylon |
Target Milestone: | --- | ||
Target Release: | 3.5.1 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | infra | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-10-27 12:00:23 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 |
Description
Reid Nabinger
2014-10-21 20:12:59 UTC
Can you upload complete /var/log/messages, or at least more of it so we can have info from just before the upgrade until the end of the upgrade? sure thing-- performing upgrade on another host right now, will pastebin this host (same error) This first paste is flooded with I/O errors from about a 5-second period: http://paste.fedoraproject.org/143978/14139236 This paste I have pulled out the I/O errors so that you could get a larger picture http://paste.fedoraproject.org/143980/14139237 Thanks! do you have any problem afterwards except those prints? I reproduced it, but its just a backtrace print that we don't need to have in that location . afaiu, it doesn't block anything and i suggest to fix it for 3.6. it requires to remove all vdsm-tool calls from %post . which might take bit of work and its risky for stable branch. It prints the backtrace, but also doesn't configure VDSM properly. It is required to run a 'vdsm-tool configure [--module libvirt]' Once you re-configure vdsm everything works fine. ok. thanks for the info, i missed that. raising the urgency, the fix will be either taking [1] , or moving the set booleans to be part of the configure call which runs by the user\host-deploy after installation. This AttributeError is raised only now because of last selinux change which raise an error if sebool set is called when selinux disabled. In that case we get to the except part in vdsm-tool, which checks for UsageError in the new installation code(3.5), but does not exist in previous one which still loaded while importing vdsm.tool during the upgrade. a mess.. we just need to avoid using vdsm-tool calls during %post install (only on postun we can be ensure that we use the updated code and its valid to use vdsm's code) [1] http://gerrit.ovirt.org/#/c/33737/2/vdsm.spec.in,cm *** This bug has been marked as a duplicate of bug 1157185 *** |