Bug 2326476
| Summary: | No Reinstall Fedora option if the system was manually partitioned | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Alessio <alciregi> | ||||||||||||
| Component: | anaconda-webui | Assignee: | Katerina Koukiou <kkoukiou> | ||||||||||||
| Status: | NEW --- | QA Contact: | |||||||||||||
| Severity: | medium | Docs Contact: | |||||||||||||
| Priority: | unspecified | ||||||||||||||
| Version: | 42 | CC: | jkonecny, kkoukiou, mkolman, rvykydal | ||||||||||||
| Target Milestone: | --- | ||||||||||||||
| Target Release: | --- | ||||||||||||||
| Hardware: | Unspecified | ||||||||||||||
| OS: | Linux | ||||||||||||||
| Whiteboard: | |||||||||||||||
| Fixed In Version: | Doc Type: | --- | |||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||
| Clone Of: | Environment: | ||||||||||||||
| Last Closed: | Type: | --- | |||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||
| Documentation: | --- | CRM: | |||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||
| Embargoed: | |||||||||||||||
| Attachments: |
|
||||||||||||||
|
Description
Alessio
2024-11-15 14:20:22 UTC
Created attachment 2057889 [details]
storage log
Created attachment 2057890 [details]
anaconda log
Created attachment 2057891 [details]
packaging log
Created attachment 2057892 [details]
program log
Created attachment 2057893 [details]
dbus log
This bug appears to have been reported against 'rawhide' during the Fedora Linux 42 development cycle. Changing version to 42. (In reply to Alessio from comment #0) > The same behavior happens if the disk was partitioned with LVM. > So far, "Reinstall Fedeora" appeared only when I performed the installation > using the entire disk and without using the storage editor. This is expected for Fedora 42. At this point, when introducing the Reinstall feature, we want to stay on the safer side and focus on default autopartitioning use case - which is using btrfs filesystem storage layout. If/when we allow to select (or at least support) automatic partitioning schemes other than btrfs (plain partitions, lvm, basically what is supported by --type option of autopart kickstart command: https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html#id83) it should be possible also to Reinstall such layouts. The backend is already prepared for it, we would mostly need to work on detection of autopartitioning schemes usable for the existing layout and their proper support. We could also consider to allow Reinstall of automatic partitioning schemes created by kickstart installations or Gtk UI. |