Bug 1948491
Summary: | When installing RHEL8.2 host in CL 4.4 installation fails on missing module virt:av | ||
---|---|---|---|
Product: | [oVirt] ovirt-engine | Reporter: | Petr Matyáš <pmatyas> |
Component: | ovirt-host-deploy-ansible | Assignee: | Dana <delfassy> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Petr Matyáš <pmatyas> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4.4.6 | CC: | bugs, lleistne, michal.skrivanek, mmagnani, mperina |
Target Milestone: | ovirt-4.4.6 | Keywords: | Automation, AutomationBlocker, Regression |
Target Release: | 4.4.6.4 | Flags: | pm-rhel:
ovirt-4.4+
pm-rhel: blocker? gdeolive: testing_ack+ |
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ovirt-engine-4.4.6.4 | Doc Type: | No Doc Update |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-05-05 05:36:34 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: |
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. you shouldn't be installing old RHELs. You can upgrade from them, but not install them. Since it's already posted, fine, but this is really just a nice to have. Verified on ovirt-engine-4.4.6.5-447.gd80dda7.9.el8ev.noarch This bugzilla is included in oVirt 4.4.6 release, published on May 4th 2021. Since the problem described in this bug report should be resolved in oVirt 4.4.6 release, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report. The needinfo request[s] on this closed bug have been removed as they have been unresolved for 500 days |
Created attachment 1771320 [details] host deploy log Description of problem: When installing regular RHEL 8.2 host in CL 4.4 on 4.4.6 engine the installation fails with missing module to enable virt:av (should be virt:8.2). Version-Release number of selected component (if applicable): ovirt-engine-4.4.6.3-0.8.el8ev.noarch How reproducible: always Steps to Reproduce: 1. add DC/cluster with 4.4 level 2. add host on RHEL 8.2 to that cluster 3. Actual results: fails with missing module virt:av Expected results: enables module virt:8.2 and installs the host successfully Additional info: 2021-04-10 04:49:25 IDT - fatal: [ip]: FAILED! => {"changed": true, "cmd": "dnf -y module enable virt:av", "delta": "0:00:01.863997", "end": "2021-04-10 04:49:24.564205", "msg": "non-zero return code", "rc": 1, "start": "2021-04-10 04:49:22.700208", "stderr": "Error: Problems in request:\nmissing groups or modules: virt:av", "stderr_lines": ["Error: Problems in request:", "missing groups or modules: virt:av"], "stdout": "Last metadata expiration check: 0:00:04 ago on Sat Apr 10 04:49:19 2021.", "stdout_lines": ["Last metadata expiration check: 0:00:04 ago on Sat Apr 10 04:49:19 2021."]}