Bug 2031911
| Summary: | oVirt Node 4.4.9.1 and 4.4.9.2 are missing UEFI support due to a build issue | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-node | Reporter: | Sandro Bonazzola <sbonazzo> |
| Component: | Build | Assignee: | Sandro Bonazzola <sbonazzo> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Sandro Bonazzola <sbonazzo> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 4.4.9 | CC: | arachman, bugs, cshao, lsvaty, lveyde, mavital, michal.skrivanek, peyu, sanja, sbonazzo, weiwang, yaniwang |
| Target Milestone: | ovirt-4.4.9-2 | Keywords: | Regression, TestBlocker, VerifiedUpstream |
| Target Release: | 4.4.9 | Flags: | sbonazzo:
ovirt-4.4+
pm-rhel: blocker? |
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| URL: | https://lists.ovirt.org/archives/list/users@ovirt.org/thread/K5EVL2TPWGQVH3LBOOOB5HW6FMAWZ5RJ/ | ||
| Whiteboard: | |||
| Fixed In Version: | ovirt-release44-4.4.9.3 ovirt-node-ng-image-update-4.4.9.3 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-12-15 16:03:31 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Node | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 2026432 | ||
| Bug Blocks: | |||
|
Description
Sandro Bonazzola
2021-12-13 16:46:49 UTC
This bug report has Keywords: Regression or TestBlocker. Since no regressions or test blockers are allowed between releases, it is also being identified as a blocker for this release. Please resolve ASAP. # dnf install --nogpgcheck --nodocs --setopt=install_weak_deps=False --exclude ovirt-node-ng-image-update ovirt-release-host-node ovirt-node-ng-image-update-placeholder install ovirt-host-4.4.8-1 as dependency. # dnf install --nogpgcheck --nodocs --setopt=install_weak_deps=False --exclude ovirt-node-ng-image-update ovirt-release-host-node ovirt-node-ng-image-update-placeholder ovirt-host install ovirt-host-4.4.9-2 as dependency. So the repo is ok and it's not a mirror issue. The issue of ovirt-host not being installed at latest version is due to: Problem: problem with installed package rsyslog-8.2102.0-6.el8.x86_64 - cannot install both rsyslog-8.2102.0-5.el8.x86_64 and rsyslog-8.2102.0-6.el8.x86_64 - cannot install both rsyslog-8.2102.0-6.el8.x86_64 and rsyslog-8.2102.0-5.el8.x86_64 - package rsyslog-openssl-8.2102.0-5.el8.x86_64 requires rsyslog = 8.2102.0-5.el8, but none of the providers can be installed - package ovirt-host-dependencies-4.4.9-2.el8.x86_64 requires rsyslog-openssl, but none of the providers can be installed - package ovirt-host-4.4.9-2.el8.x86_64 requires ovirt-host-dependencies = 4.4.9-2.el8, but none of the providers can be installed - cannot install the best update candidate for package ovirt-host-4.4.8-1.el8.x86_64 - package rsyslog-8.2102.0-5.el8.x86_64 is filtered out by exclude filtering - package rsyslog-openssl-8.2102.0-5.el8.x86_64 is filtered out by exclude filtering which is a regression in rsyslog package shipped in CentOS Stream we can likely boot the node via UEFI in OST. We have a common template, but I do not see a problem booting all OST VMs like that. A quick update: - the rsyslog issue has been solved, now ovirt-host-4.4.9 package is getting included in the build - the ovirt-release-host-node package was missing the uefi packages because the CentOS Build Service koji didn't trigger the is_x86 macro within the spec file. I'm rebuilding the package using COPR instead as it seems it works correctly there. I need to investigate on why the is_x86 macro didn't trigger properly but we may end up having to give up on the noarch for the package and make it architecture specific to solve the issue. I opened bug #2032850 to track this. |