Bug 1855292
| Summary: | btrfs is not resizable in anaconda | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kamil Páral <kparal> | ||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | anaconda-maint-list, bugzilla, davide, gmarr, jkonecny, jonathan, kellin, robatino, vanmeeuwen+fedora, vponcova, vtrefny, wwoods | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | RejectedBlocker | ||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2020-07-23 08:46:34 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
Kamil Páral
2020-07-09 13:36:30 UTC
> I'm not sure whether this is a bug or an intentionally missing functionality.
Blivet doesn't support resizing of btrfs so it is a missing functionality. Support for filesystem resizing was always very limited, we actually only support resizing of Ext and NTFS.
The resize of Btrfs is theoretically safer because it can only done online and all the code is in the kernel. But it's logistically challenging because the user could have presented the installer with a multiple-device Btrfs file system. And in that case, it's immediately suboptimal (or possibly difficult) to do a resize without a more sophisticated UI to indicate which device is to be shrunk; or even shrinking multiple devices by different amounts. A possible solution is to consider a Btrfs file system resizeable only if it is is a single device volume. I agree it's not a blocker. And by "sophisticated" I also mean "complicated". Discussed during the 2020-07-20 blocker review meeting: [0] The decision to classify this bug as a "RejectedBlocker" was made as while it would be nice to have this feature, we agree the criteria are not intended to require it, and we have substantial precedent for not being able to shrink our own default filesystem layouts. [0] https://meetbot.fedoraproject.org/fedora-blocker-review/2020-07-20/f33-blocker-review.2020-07-20-16.18.txt *** This bug has been marked as a duplicate of bug 962143 *** |