diff options
author | Milan Broz <gmazyland@gmail.com> | 2025-01-29 15:58:56 +0300 |
---|---|---|
committer | Mikulas Patocka <mpatocka@redhat.com> | 2025-02-03 16:10:10 +0300 |
commit | d8955df3837f7ae1b555a66e5153235f6919b7a5 (patch) | |
tree | 2b1a03a5e8cf311fd68095b68f33768ca929a77f | |
parent | 82596487635012460c19d4dd257d5d59147cbf27 (diff) | |
download | linux-d8955df3837f7ae1b555a66e5153235f6919b7a5.tar.xz |
dm-integrity: Document Inline mode for storing integrity data
This patch adds documentation for new 'I' mode for dm-integrity
introduced in commit
fb0987682c62 ("dm-integrity: introduce the Inline mode").
Signed-off-by: Milan Broz <gmazyland@gmail.com>
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
-rw-r--r-- | Documentation/admin-guide/device-mapper/dm-integrity.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/admin-guide/device-mapper/dm-integrity.rst b/Documentation/admin-guide/device-mapper/dm-integrity.rst index d8a5f14d0e3c..c2e18ecc065c 100644 --- a/Documentation/admin-guide/device-mapper/dm-integrity.rst +++ b/Documentation/admin-guide/device-mapper/dm-integrity.rst @@ -92,6 +92,11 @@ Target arguments: allowed. This mode is useful for data recovery if the device cannot be activated in any of the other standard modes. + I - inline mode - in this mode, dm-integrity will store integrity + data directly in the underlying device sectors. + The underlying device must have an integrity profile that + allows storing user integrity data and provides enough + space for the selected integrity tag. 5. the number of additional arguments |