Bug 1141981
| Summary: | Linux HFS+ ESP is an "Unacceptable label format for filesystem" | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Chris Murphy <bugzilla> | ||||||||
| Component: | anaconda | Assignee: | Brian Lane <bcl> | ||||||||
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 21 | CC: | anaconda-maint-list, g.kaviyarasu, jonathan, vanmeeuwen+fedora | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2015-10-21 16:09: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: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Chris Murphy
2014-09-15 22:41:53 UTC
Created attachment 937735 [details]
anaconda.log
Created attachment 937736 [details]
program.log
Created attachment 937737 [details]
storage.log
This doesn't happen when installing to free space, and clicking the blue link option within Manual Partitioning to automatically create partitions. Is this still happening with the final F21 release? Yes. 17:45:44,866 INFO anaconda: /sbin/anaconda 21.48.21-1 [...] 17:46:31,992 DEBUG anaconda: new selector: existing 200 MiB partition sda4 (27) 17:46:32,014 DEBUG anaconda: populate_right_side: existing 200 MiB partition sda4 (27) 17:46:32,033 DEBUG anaconda: updated device_disks to ['sda'] 17:46:32,033 DEBUG anaconda: updated device_container_name to None 17:46:32,033 DEBUG anaconda: updated device_container_raid_level to None 17:46:32,033 DEBUG anaconda: updated device_container_encrypted to False 17:46:32,034 DEBUG anaconda: updated device_container_size to 0 17:46:32,041 DEBUG anaconda: fs type changed: Unknown 17:46:32,043 DEBUG anaconda: populate_raid: 2, None 17:46:35,878 DEBUG anaconda: fs type changed: Linux HFS+ ESP 17:46:43,780 INFO anaconda: ui: saving changes to device sda4 17:46:43,781 DEBUG anaconda: reformat: True 17:46:43,788 DEBUG anaconda: populate_right_side: existing 200 MiB partition sda4 (27) 17:46:43,809 DEBUG anaconda: updated device_disks to ['sda'] 17:46:43,809 DEBUG anaconda: updated device_container_name to None 17:46:43,809 DEBUG anaconda: updated device_container_raid_level to None 17:46:43,810 DEBUG anaconda: updated device_container_encrypted to False 17:46:43,810 DEBUG anaconda: updated device_container_size to 0 17:46:43,820 DEBUG anaconda: fs type changed: Unknown That last line is bogus, I didn't change it back to Unknown. I changed it from Unknown to Linux hFS+ ESP, then clicked Update Settings. It's like it's snapping back to Unknown and the error message is that fs type Unknown isn't acceptable. So strictly speaking the error message is correct, the problem is the UI is somehow now changing the fs type from Unknown to Linux hFS+ ESP and leaving it there (it reverts to Unknown upon clicking Update Settings). Also, if the fs type is HFS+ to start with, the bug doesn't happen. Only if the selected partition's fs type is Unknown (i.e. use wipefs -a on the partition in advance) does this bug get triggered. "is somehow now changing" should be "is somehow not changing" |