File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Documentation/admin-guide/device-mapper Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -182,12 +182,15 @@ fix_padding
182
182
space-efficient. If this option is not present, large padding is
183
183
used - that is for compatibility with older kernels.
184
184
185
-
186
- The journal mode (D/J), buffer_sectors, journal_watermark, commit_time can
187
- be changed when reloading the target (load an inactive table and swap the
188
- tables with suspend and resume). The other arguments should not be changed
189
- when reloading the target because the layout of disk data depend on them
190
- and the reloaded target would be non-functional.
185
+ allow_discards
186
+ Allow block discard requests (a.k.a. TRIM) for the integrity device.
187
+ Discards are only allowed to devices using internal hash.
188
+
189
+ The journal mode (D/J), buffer_sectors, journal_watermark, commit_time and
190
+ allow_discards can be changed when reloading the target (load an inactive
191
+ table and swap the tables with suspend and resume). The other arguments
192
+ should not be changed when reloading the target because the layout of disk
193
+ data depend on them and the reloaded target would be non-functional.
191
194
192
195
193
196
The layout of the formatted block device:
You can’t perform that action at this time.
0 commit comments