]
Dafna Ron commented on OVIRT-2618:
----------------------------------
fix was merged.
waiting to see branch recover.
ovirt-4.2 is failing on host deploy on missing packages
--------------------------------------------------------
Key: OVIRT-2618
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-2618
Project: oVirt - virtualization made easy
Issue Type: Bug
Reporter: Dafna Ron
Assignee: infra
Labels: ost_failures, ost_packages
the issue is in the upgrade-from-release-4.2 and we are missing packages in host-deploy:
{noformat}
2018-12-06 12:38:23,711-0500 DEBUG otopi.plugins.otopi.packagers.yumpackager
yumpackager.verbose:76 Yum Building transaction
2018-12-06 12:38:25,102-0500 ERROR otopi.plugins.otopi.packagers.yumpackager
yumpackager.error:85 Yum [u'10:qemu-kvm-ev-2.12.0-18.el7_6.1.1.x86_64 requires
libepoxy.so.0()(64bit)', u'10:qemu-kvm-ev-2.12.0-18.el7_6.1.1.x86_64 requires
libgbm.so.1()(64bit)', u'10:qemu-kvm-ev-2.12.0-18.el7_6.1.1.x86_64 requires
libibumad.so.3()(64bit)']
2018-12-06 12:38:25,102-0500 DEBUG otopi.context context._executeMethod:143 method
exception
Traceback (most recent call last):
File "/tmp/ovirt-gHBVKbY3Pr/pythonlib/otopi/context.py", line 133, in
_executeMethod
method['method']()
File "/tmp/ovirt-gHBVKbY3Pr/otopi-plugins/otopi/packagers/yumpackager.py",
line 248, in _packages
self.processTransaction()
File "/tmp/ovirt-gHBVKbY3Pr/otopi-plugins/otopi/packagers/yumpackager.py",
line 262, in processTransaction
if self._miniyum.buildTransaction():
File "/tmp/ovirt-gHBVKbY3Pr/pythonlib/otopi/miniyum.py", line 920, in
buildTransaction
raise yum.Errors.YumBaseError(msg)
YumBaseError: [u'10:qemu-kvm-ev-2.12.0-18.el7_6.1.1.x86_64 requires
libepoxy.so.0()(64bit)', u'10:qemu-kvm-ev-2.12.0-18.el7_6.1.1.x86_64 requires
libgbm.so.1()(64bit)', u'10:qemu-kvm-ev-2.12.0-18.el7_6.1.1.x86_64 requires
libibumad.so.3()(64bit)']
2018-12-06 12:38:25,103-0500 ERROR otopi.context context._executeMethod:152 Failed to
execute stage 'Package installation':
[u'10:qemu-kvm-ev-2.12.0-18.el7_6.1.1.x86_64 requires libepoxy.so.0()(64bit)',
u'10:qemu-kvm-ev-2.12.0-18.el7_6.1.1.x86_64 requires libgbm.so.1()(64bit)',
u'10:qemu-kvm-ev-2.12.0-18.el7_6.1.1.x86_64 requires libibumad.so.3()(64bit)']
2018-12-06 12:38:25,126-0500 DEBUG otopi.plugins.otopi.debug.debug_failure.debug_failure
debug_failure._notification:100 tcp connections:
id uid local foreign state pid exe
0: 0 0.0.0.0:22 0.0.0.0:0 LISTEN 3327 /usr/sbin/sshd
1: 0 192.168.200.3:22 192.168.200.2:38628 ESTABLISHED 3606 /usr/sbin/sshd
2018-12-06 12:38:25,127-0500 DEBUG otopi.transaction transaction.abort:119 aborting
'Yum Transaction'
2018-12-06 12:38:25,127-0500 INFO otopi.plugins.otopi.packagers.yumpackager
yumpackager.info:80 Yum Performing yum transaction rollback
Loaded plugins: fastestmirror
{noformat}