Skip to content
Commit be20aa9d authored by Chris Mason's avatar Chris Mason
Browse files

Btrfs: Add mount option to turn off data cow



A number of workloads do not require copy on write data or checksumming.
mount -o nodatasum to disable checksums and -o nodatacow to disable
both copy on write and checksumming.

In nodatacow mode, copy on write is still performed when a given extent
is under snapshot.

Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent b6cda9bc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment