Commit 0a2bd55c authored by Milan Broz's avatar Milan Broz Committed by Mike Snitzer

dm integrity: document allow_discard option

Add decription of the allow_discard option added in commit
84597a44.
Signed-off-by: default avatarMilan Broz <gmazyland@gmail.com>
Signed-off-by: default avatarMike Snitzer <snitzer@redhat.com>
parent 8267d8fb
...@@ -182,12 +182,15 @@ fix_padding ...@@ -182,12 +182,15 @@ fix_padding
space-efficient. If this option is not present, large padding is space-efficient. If this option is not present, large padding is
used - that is for compatibility with older kernels. used - that is for compatibility with older kernels.
allow_discards
The journal mode (D/J), buffer_sectors, journal_watermark, commit_time can Allow block discard requests (a.k.a. TRIM) for the integrity device.
be changed when reloading the target (load an inactive table and swap the Discards are only allowed to devices using internal hash.
tables with suspend and resume). The other arguments should not be changed
when reloading the target because the layout of disk data depend on them The journal mode (D/J), buffer_sectors, journal_watermark, commit_time and
and the reloaded target would be non-functional. allow_discards can be changed when reloading the target (load an inactive
table and swap the tables with suspend and resume). The other arguments
should not be changed when reloading the target because the layout of disk
data depend on them and the reloaded target would be non-functional.
The layout of the formatted block device: The layout of the formatted block device:
......
Markdown is supported
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