Skip to content

Commit 614e9c0

Browse files
scj643kdave
authored andcommitted
btrfs-progs: docs: mention -L in the compression/defrag section
[ci skip] Pull-request: #1045 Signed-off-by: David Sterba <dsterba@suse.com>
1 parent eec07f4 commit 614e9c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Documentation/ch-compression.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ cause noticeable performance drops.
5858
$ btrfs filesystem defrag -czstd file
5959
6060
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
61+
the compression, regardless of the mount option. The compression level can be
62+
also specified with the ``--level`` or ``-L`` argument as of version ``6.14``.
63+
The compression algorithm is not persistent and applies only
6364
to the defragmentation command, for any other writes other compression settings
6465
apply.
6566

0 commit comments

Comments
 (0)