mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-22 14:13:04 +00:00
btrfs-progs: docs: compression is disabled with nodatasum/nodatacow
Explicitly mention the constraints in all involved options. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
f34d10bbe9
commit
16570509f6
@ -139,6 +139,8 @@ NOTE: If compression is enabled, 'nodatacow' and 'nodatasum' are disabled.
|
||||
Enable data copy-on-write for newly created files.
|
||||
'Nodatacow' implies 'nodatasum', and disables 'compression'. All files created
|
||||
under 'nodatacow' are also set the NOCOW file attribute (see `chattr`(1)).
|
||||
+
|
||||
NOTE: If 'nodatacow' or 'nodatasum' are enabled, compression is disabled.
|
||||
|
||||
*datasum*::
|
||||
*nodatasum*::
|
||||
@ -148,6 +150,8 @@ Enable data checksumming for newly created files.
|
||||
'Datasum' implies 'datacow', ie. the normal mode of operation. All files created
|
||||
under 'nodatasum' inherit the "no checksums" property, however there's no
|
||||
corresponding file attribute (see `chattr`(1)).
|
||||
+
|
||||
NOTE: If 'nodatacow' or 'nodatasum' are enabled, compression is disabled.
|
||||
|
||||
*degraded*::
|
||||
(default: off)
|
||||
|
Loading…
Reference in New Issue
Block a user