Bug 2419063
| Summary: | blivet-gui creates partition (RAID device?) smaller than requested | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Adam Williamson <awilliam> | ||||
| Component: | blivet-gui | Assignee: | Vojtech Trefny <vtrefny> | ||||
| Status: | ASSIGNED --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | mkolman, vtrefny | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | --- | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 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: | |||||||
| Attachments: |
|
||||||
|
Description
Adam Williamson
2025-12-05 01:18:33 UTC
Looks like this might be specific to RAID. I'll attach the log files. Created attachment 2117464 [details]
storage.log from an affected install
Unfortunately the size selection here doesn't take the RAID metadata size into account (or any metadata at all in general, for encrypted RAID, the resulting array size would be even smaller) so the two 1024 MiB RAID partitions will produce only 1023 MiB RAID 1 array. I agree this is not a good user experience and I'll try to find a way how to display this in a better way and include the metadata size. |