Bug 1754514
| Summary: | (OSP-14) During the whole disk image process, and when using the portal's repositories, grub2-efi-modules is installed with wrong arch | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Bob Fournier <bfournie> |
| Component: | diskimage-builder | Assignee: | Ben Nemec <bnemec> |
| Status: | CLOSED ERRATA | QA Contact: | Arik Chernetsky <achernet> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 14.0 (Rocky) | CC: | achernet, atonner, bfournie, dvd, emacchi, mburns, rheslop, rolando.manaog |
| Target Milestone: | z4 | Keywords: | Triaged, ZStream |
| Target Release: | 14.0 (Rocky) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | diskimage-builder-2.22.0-2.el7ost | Doc Type: | Bug Fix |
| Doc Text: |
Previously, the whole disk image building process would fail due to the grub2-efi-modules being installed with the wrong architecture. This patch corrects the process, ensuring the grub2-efi-x64 modules are used for the x86_64 architecture, allowing the disk image building process to succeed.
|
Story Points: | --- |
| Clone Of: | 1749901 | Environment: | |
| Last Closed: | 2019-11-06 16:49:36 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1749901 | ||
| Bug Blocks: | |||
|
Description
Bob Fournier
2019-09-23 13:06:48 UTC
Tested diskimage-builder to see if it still pulls in aa64 packages: yum list installed |grep -e openstack -e diskimage-builder diskimage-builder.noarch 2.22.0-2.el7ost @rhelosp-14.0-puddle openstack-tripleo-common.noarch 9.5.0-8.el7ost @rhelosp-14.0-puddle disk-image-create -x -a amd64 -o test-image vm fedora base grub2 dhcp-all-interfaces openssh-server Checked log from the run for grub2 packages: 2019-10-30 18:19:21.306 | > + dnf -v -y install openssh shim policycoreutils-python dkms which policycoreutils curl rsync kernel-modules vim-minimal selinux-policy-targeted tcpdump openssl pyOpenSSL traceroute grub2 git redhat-rpm-config selinux-policy efibootmgr grub2-efi-x64-modules grub2-efi-x64 ca-certificates lsof audit dhclient openssh-server libselinux-python 2019-10-30 18:19:21.307 | > Package grub2-pc-1:2.02-62.fc29.x86_64 is already installed. 2019-10-30 18:19:22.294 | > ---> Package grub2-efi-x64.x86_64 1:2.02-62.fc29 will be installed 2019-10-30 18:19:22.294 | > ---> Package grub2-efi-x64-modules.noarch 1:2.02-62.fc29 will be installed 2019-10-30 18:19:22.295 | > grub2-efi-x64 x86_64 1:2.02-62.fc29 fedora 352 k 2019-10-30 18:19:22.295 | > grub2-efi-x64-modules noarch 1:2.02-62.fc29 fedora 1.2 M 2019-10-30 18:19:57.550 | > (60/116): grub2-efi-x64-2.02-62.fc29.x86_64.rpm 948 kB/s | 352 kB 00:00 2019-10-30 18:19:57.550 | > (70/116): grub2-efi-x64-modules-2.02-62.fc29.no 641 kB/s | 1.2 MB 00:01 2019-10-30 18:20:47.467 | > Installing : grub2-efi-x64-1:2.02-62.fc29.x86_64 111/116 2019-10-30 18:20:47.467 | > Installing : grub2-efi-x64-modules-1:2.02-62.fc29.noarch 114/116 2019-10-30 18:20:48.625 | > Verifying : grub2-efi-x64-1:2.02-62.fc29.x86_64 61/116 2019-10-30 18:20:48.625 | > Verifying : grub2-efi-x64-modules-1:2.02-62.fc29.noarch 62/116 2019-10-30 18:20:48.626 | > grub2-efi-x64-1:2.02-62.fc29.x86_64 2019-10-30 18:20:48.626 | > grub2-efi-x64-modules-1:2.02-62.fc29.noarch No aa64 pkgs installed Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:3745 |