From Fedora Project Wiki

< Features

Revision as of 11:06, 10 February 2012 by Rbergero (talk | contribs) (moved back to FeaturePageIncomplete, per fesco ticket comments 3 and onwards https://fedorahosted.org/fesco/ticket/704#comment:3)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Fedora 17 BTRFS default file system

Summary

Make BTRFS the default file system for normal installs.

Owner

  • Email: josef@redhat.com

Current status

  • Targeted release: Fedora 17
  • Last updated: 2011-11-15
  • Percentage of completion: 50%


Detailed Description

Make BTRFS the default file system for new installations of Fedora, and use BTRFS's built in volume management capabilities instead of LVM.

Benefit to Fedora

BTRFS includes many features that do not exist in any other file system that are highly valuable to normal users, including

  • Checksumming
  • Snapshotting
  • Built in volume management and RAID

Checksumming give our users better data integrity, and snapshotting allows us to do thing's like take snapshots of the file system before doing potentially dangerous things, like yum updates, in order to provide a position to roll back to.

Scope

  • Anaconda - not terribly important but would be good to expose some of the different features of BTRFS via anaconda.
    • Subvolume support (for /home by default)
    • Optional compression
    • RAID support
    • Ext3/4 conversion
  • LiveCD tools - these would need to be reworked to create a BTRFS image to install with.

How To Test

It should be simple enough to test, just do a normal install. If Anaconda gets support for the different BTRFS capabilities we'd want to test a couple of cases

  • Single disk BTRFS
  • Multi-disk BTRFS, RAID0/1/10
  • Creating different subvolumes in the install

User Experience

The change should be largely invisible to users. They will just be able to take advantage of the different features that BTRFS has if they so choose.

Dependencies

  • Anaconda
  • LiveCD tools

Contingency Plan

We can just keep ext4 as the default installed file system.

Documentation

Release Notes

There shouldn't be anything we need to specifically say other than hi-light the change.

Comments and Discussion