Bug 1874430
Summary: | Fail to use partition not chosen to be deleted (for /boot) when testing "Testcase partitioning guided delete partial" during installation | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Freeman Zhang <zhanggyb> |
Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | 33 | CC: | anaconda-maint-list, bugzilla, jkonecny, jonathan, kellin, vanmeeuwen+fedora, vponcova, wwoods |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-09-04 16:21:23 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: |
Description
Freeman Zhang
2020-09-01 10:44:41 UTC
Created attachment 1713278 [details]
Select the default automatic storage configuration
Created attachment 1713279 [details]
Delete the existing btrfs in the second installation
Created attachment 1713280 [details]
An additional partition for '/boot' was created after second installation
>No additional partition for 'boot' should be created, it should use the existing ext4 partition which was not deleted in the second installation.
If the partition is not explicitly deleted in the Reclaim Space interface, it will not be used. For space to be reclaimed, and thus available for an installation, it must be deleted.
Hello Freeman, thank you for reporting this. The instructions you linked leave some space for misreading them. The /boot left over from previous installation does not automatically become /boot for the new one, you would have to explicitly set it to be used as /boot again in manual partitioning. So the result falls under this point:
> https://fedoraproject.org/wiki/QA:Testcase_partitioning_guided_delete_partial
> 2. The storage volumes on the target disk that were not chosen to be deleted should not be deleted.
So it isn't a bug in the installer after all. The root cause of this report can be fixed by editing the line quoted above and adding something along the lines of "these volumes will not be mounted, either". Still, thank you for taking the time to test and report it :)
|