| Summary: | Cannot use BTRFS partition as root when already used | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Taylor Smock <smocktaylor> |
| 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: | 20 | CC: | amulhern, anaconda-maint-list, dshea, g.kaviyarasu, jonathan, mkolman, sbueno, smocktaylor, vanmeeuwen+fedora |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-09 17:48:08 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: | |
|
Description
Taylor Smock
2013-10-09 10:57:11 UTC
You should be able to create a new subvolume in your existing btrfs filesystem to install fedora to. You'll want to use custom partitioning (review/modify/&c). Create a new btrfs device with mountpoint '/'. If necessary, select your existing btrfs filesystem/volume from the dropdown menu on the lower-left of the "configure mountpoint" area. "Empty" or "fresh" filesystems that already exist are not supported for use as the root filesystem, but a new subvolume that we create is acceptable. I figured it out (I was trying to specify a subvolume for the root filesystem, and was expecting the installer to do something like the following:
subvolume delete [name] ; subvolume create [name]
instead of using Fedora's defaults, in order to avoid naming conflicts). I'll do what I did with Ubuntu, but it isn't always clear that "adding" a partition with BTRFS partitions will add a subvolume instead of wiping the entire partition.
Anyway,
Thanks.
Closing as NOTABUG. Because it isn't a bug.
Yeah, you're right -- it can be a bit of a guessing game as far as what exactly will happen behind the scenes. In general, though, we won't ever remove/destroy devices without you asking us to do so -- that's the worst kind of surprise. Thanks for the report. |