Bug 2022805
Summary: | Unify the default partitioning scheme used by all non-EDGE RHEL-9 images | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Tomáš Hozza <thozza> |
Component: | osbuild-composer | Assignee: | Tomáš Hozza <thozza> |
Status: | CLOSED ERRATA | QA Contact: | Release Test Team <release-test-team-automation> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 9.0 | CC: | akoutsou, bfinger, elpereir, jrusz, linl, wshi, xiliang, ymao |
Target Milestone: | rc | Keywords: | Patch, Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | osbuild-composer-42-1.el9 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-05-17 13:30:01 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Tomáš Hozza
2021-11-12 16:02:24 UTC
After a discussion within the Image Builder team, it seems impractical to have only one default partitioning scheme. My original goal was to get rid of the separate default partitioning scheme used by EC2 images, especially since the x86 image used only legacy BIOS Boot partition. We determined that EDGE images may have a special requirements, therefore we agreed to unify the default partitioning scheme only for non-EDGE images. The sizes used for relevant partitions are currently - /boot/efi - guest image - 100 MB - EC2 image - 200 MB - /boot - guest image - N/A - EC2 image - 500 MB The RHEL-8 documentation (https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/performing_an_advanced_rhel_installation/partitioning-reference_installing-rhel-as-an-experienced-user) suggests 200 MB for /boot/efi and 1TB for /boot. There is no such documentation for RHEL-9. The proposal that we agreed on is to use: - /boot/efi - 200 MB - /boot - 500 MB Draft PR submitted in the upstream - https://github.com/osbuild/osbuild-composer/pull/2019 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 (new packages: osbuild-composer), 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-2022:2522 |