Bug 1946302
| Summary: | Single Node OpenShift installation fails because of disk issue. | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Anil Vishnoi <avishnoi> |
| Component: | assisted-installer | Assignee: | Rom Freiman <rfreiman> |
| assisted-installer sub component: | Installer | QA Contact: | Udi Kalifon <ukalifon> |
| Status: | CLOSED CURRENTRELEASE | Docs Contact: | |
| Severity: | medium | ||
| Priority: | medium | CC: | aos-bugs, atraeger, ohochman, otuchfel, rfreiman, yobshans |
| Version: | 4.8 | Flags: | rfreiman:
needinfo+
|
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | AI-Team-Core | ||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-08-28 08:45:59 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
Anil Vishnoi
2021-04-05 18:11:52 UTC
@atraeger, @rfreiman I don't think we support installing on a partition instead on a disk. Maybe we should verify this in the API? We are validating that the selected disk is one of those that is in the inventory, so we should already be validating that. Looks like either a bug in the validation, or the inventory includes partitions as well as full disks (probably the latter). @avishnoi did you mount the disk manually? do you have any idea why the disk was busy? just want to verify that it's not related to the machine do you have logs to share? thanks Got access to the machine, attempted installation on /dev/sda, issue did not reproduce Reporter recalls generating an ISO, waiting too long (8 hours or so), attempting an install on /dev/sda, failing due to some error (maybe certificate expiry), then generating a new ISO and trying on /dev/sda again - that's when the bug occurred. according to Ronnie, this issue might be already fixed - Anil can you see if it reproduces to you? I tried creating 2 partitions on /dev/sda, but the installer only lets me choose between /dev/sda and /dev/sdb. There is no resolution to partitions. Verified in v1.5.22 (backend 1.0.22.1) |