HomeFreeBSD

Merge branch 'feature-flags'

Description

Merge branch 'feature-flags'

Feature flags support for ZFS ported from Illumos. Only minimal
compatibility changes were made where required to accomidate Linux.
For a detailed description of feature flags see original proposal
on zfs-discuss. They are conceptually very similar to Linux's
ext[234] style of feature flags.

http://lists.freebsd.org/pipermail/freebsd-fs/2011-May/011568.html

NOTE: This branch updates the default pool version for new pools from 28 to 5000. Version 28 pools may still be created for compatibility with Solaris by using the '-o version=28' option.

$ zpool create -o version=28 ...

Existing pools must be manually upgraded using 'zpool upgrade'.

$ zpool upgrade ...

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #778

Details

Provenance
Brian Behlendorf <behlendorf1@llnl.gov>Authored on Jan 8 2013, 6:59 PM
Parents
rG1eb5bfa3dcda: Illumos #3145, #3212
rG15313c5e1866: Fix duplicate words in zpool.8
Branches
Unknown
Tags
Unknown

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rGc1cdd9900b7b: Merge branch 'feature-flags' (authored by Brian Behlendorf <behlendorf1@llnl.gov>).Jan 8 2013, 6:59 PM