We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec07f4 commit 614e9c0Copy full SHA for 614e9c0
Documentation/ch-compression.rst
@@ -58,8 +58,9 @@ cause noticeable performance drops.
58
$ btrfs filesystem defrag -czstd file
59
60
The command above will start defragmentation of the whole *file* and apply
61
-the compression, regardless of the mount option. (Note: specifying level is not
62
-yet implemented). The compression algorithm is not persistent and applies only
+the compression, regardless of the mount option. The compression level can be
+also specified with the ``--level`` or ``-L`` argument as of version ``6.14``.
63
+The compression algorithm is not persistent and applies only
64
to the defragmentation command, for any other writes other compression settings
65
apply.
66
0 commit comments