Skip to content

Commit

Permalink
Documentation: filesystems: add new btrfs mount options
Browse files Browse the repository at this point in the history
Two new options were added in 3.12: commit and rescan_uuid_tree

CC: linux-doc@vger.kernel.org
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
  • Loading branch information
kdave authored and Chris Mason committed Nov 21, 2013
1 parent 4204617 commit 906c176
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Documentation/filesystems/btrfs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ Unless otherwise specified, all options default to off.

See comments at the top of fs/btrfs/check-integrity.c for more info.

commit=<seconds>
Set the interval of periodic commit, 30 seconds by default. Higher
values defer data being synced to permanent storage with obvious
consequences when the system crashes. The upper bound is not forced,
but a warning is printed if it's more than 300 seconds (5 minutes).

compress
compress=<type>
compress-force
Expand Down Expand Up @@ -154,7 +160,11 @@ Unless otherwise specified, all options default to off.
Currently this scans a list of several previous tree roots and tries to
use the first readable.

skip_balance
rescan_uuid_tree
Force check and rebuild procedure of the UUID tree. This should not
normally be needed.

skip_balance
Skip automatic resume of interrupted balance operation after mount.
May be resumed with "btrfs balance resume."

Expand Down

0 comments on commit 906c176

Please sign in to comment.