You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: man/integritysetup.8.adoc
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,7 @@ Note that some devices must be reformatted at a low level to support this option
138
138
+
139
139
No journal or bitmap is used in this mode.
140
140
The device should operate with native speed (without any overhead).
141
+
+
141
142
This option is available since the Linux kernel version 6.11.
142
143
143
144
*--integrity-key-file* _file_::
@@ -153,6 +154,11 @@ Disable the journal for the integrity device.
153
154
*--integrity-recalculate*::
154
155
Automatically recalculate integrity tags in the kernel on activation.
155
156
The device can be used during automatic integrity recalculation, but becomes fully integrity protected only after the background operation is finished.
157
+
+
158
+
The primary intended use case is to skip initialization (wiping) of the data device after the initial format (see --no-wipe option).
159
+
This parameter can be used for activation, then the kernel will recalculate integrity tags in the background.
160
+
The integrity superblock contains a device offset that indicates the boundary to which the integrity tags are already updated.
161
+
You can check this offset with the dump command.
156
162
157
163
*--integrity-recalculate-reset*::
158
164
Restart recalculation from the beginning of the device.
0 commit comments