Anaconda/Features/BtrfsSupport
From FedoraProject
(Created page with '= Add full btrfs support = == Summary == Come up with a strategy for btrfs, which will likely be on par with what people are using LVM for today by then. == Owner == * Name: T...') |
(Fill in some of the blanks and update status.) |
||
| Line 2: | Line 2: | ||
== Summary == | == Summary == | ||
| − | + | Add support for creation and modification of btrfs volumes and subvolumes during OS installation. | |
| − | + | ||
| − | + | ||
== Owner == | == Owner == | ||
| − | * Name: | + | * Name: [[User:dlehman| David Lehman]] |
== Current status == | == Current status == | ||
| − | * Targeted release: | + | * Targeted release: F17/F18 |
| − | * Last updated: | + | * Last updated: 2012-01-31 |
| − | * Percentage of completion: | + | * Percentage of completion: 50% |
| + | |||
| + | Kickstart support is present in anaconda-17.3-1, including autopart. Interactive creation and editing of btrfs volumes is not implemented at this time. | ||
== Detailed Description == | == Detailed Description == | ||
| + | Users should be able to create and edit btrfs volumes and subvolumes using either kickstart or the interactive user interface, including options to enable RAID features. | ||
| + | |||
| + | ==== Automatic partitioning layout ==== | ||
| + | * /boot (ext4 or btrfs) on a partition | ||
| + | * swap on a partition | ||
| + | * / and /home on subvolumes of a shared btrfs volume which uses the remaining space on selected disks | ||
== Benefit to Fedora == | == Benefit to Fedora == | ||
| + | Ability for users to take advantage of advanced features of BTRFS. | ||
== Scope == | == Scope == | ||
Latest revision as of 21:50, 31 January 2012
Contents |
[edit] Add full btrfs support
[edit] Summary
Add support for creation and modification of btrfs volumes and subvolumes during OS installation.
[edit] Owner
- Name: David Lehman
[edit] Current status
- Targeted release: F17/F18
- Last updated: 2012-01-31
- Percentage of completion: 50%
Kickstart support is present in anaconda-17.3-1, including autopart. Interactive creation and editing of btrfs volumes is not implemented at this time.
[edit] Detailed Description
Users should be able to create and edit btrfs volumes and subvolumes using either kickstart or the interactive user interface, including options to enable RAID features.
[edit] Automatic partitioning layout
- /boot (ext4 or btrfs) on a partition
- swap on a partition
- / and /home on subvolumes of a shared btrfs volume which uses the remaining space on selected disks
[edit] Benefit to Fedora
Ability for users to take advantage of advanced features of BTRFS.