Bug 1446923
| Summary: | first partition is assigned to the last mount point created in blivet-gui | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dominic P Geevarghese <dominicpg> | ||||
| Component: | blivet-gui | Assignee: | Vojtech Trefny <vtrefny> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 26 | CC: | vtrefny | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2017-04-30 15:10:49 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: | |||||||
| Attachments: |
|
||||||
*** This bug has been marked as a duplicate of bug 1439591 *** |
Created attachment 1275289 [details] disk-layout.png Description of problem: Last partition created using blivet-gui in the underlying disk is treated as first partition on disk. a. This will completely prevent the user to consume cylinders left un-partitioned during installation. b. A second thought to resize the last partition during installation will force the user to delete the entire partition scheme (screenshot attached) and redo the partition steps. Version-Release number of selected component (if applicable): blivet-gui shipped with Fedora-Server-dvd-x86_64-26-Alpha-1.7.iso Steps to Reproduce: 1. create standard partitions but root(/) 2. create / as last partition. This will make root(/) on /dev/sda1. Actual results: first partition label(/dev/xxx1) is assigned to last partition created. Expected results: disk partition order should align with the order followed while partitioning a disk.