Bug 1935723
| Summary: | [DDF] Autopart fails when disks have inconsistent sector sizes | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Direct Docs Feedback <ddf-bot> |
| Component: | Documentation | Assignee: | Sagar Dubewar <sdubewar> |
| Documentation sub component: | DDF | QA Contact: | |
| Status: | CLOSED CURRENTRELEASE | Docs Contact: | |
| Severity: | medium | ||
| Priority: | medium | CC: | jstodola, rhel-docs |
| Version: | 8.0 | Keywords: | Documentation |
| Target Milestone: | rc | Flags: | pm-rhel:
mirror+
|
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Known Issue | |
| Doc Text: |
.Installation with `autopart` utility fails with inconsistent disk sector sizes
Installing RHEL using `autopart` with multiple inconsistent disk sector sizes fails. As a workaround, use a `plain` partitioning scheme, for example `autopart --type=plain`, instead of the default `LVM` scheme. Another option is to try re-configuring sector sizes, for example by running `hdparm --set-sector-size=<SIZE> <DEVICE>`.
As a workaround for kickstart installations:
* Restrict the disks used for the partitioning by specifying `ignoredisk --drives=..` OR `--only-use=..`.
* Specify disks to be used for each created LVM Physical Volume: `partition pv.1 --ondisk=..`.
As a workaround for manual installations:
* Select only the disks with the same sector size during manual installation in graphical or text mode.
* When disks with inconsistent sector size are selected for the installation, restrict each created LVM Volume Group to use Physical Volumes with the same sector size. This can only be done in graphical mode in the Custom partitioning spoke.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-08-04 08:46:42 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: | |||
|
Description
Direct Docs Feedback
2021-03-05 13:07:53 UTC
Possible workarounds for the problem will be displayed by anaconda, see in: https://github.com/rhinstaller/anaconda/pull/3382 Similar workarounds could be mentioned in the installation guide. |