man: update cryptsetup-reencrypt for LUKS2 format

This commit is contained in:
Ondrej Kozina
2017-10-30 17:34:55 +01:00
committed by Milan Broz
parent e678d5ae8e
commit 764ae2a489

View File

@@ -14,7 +14,9 @@ unclocked by passphrase), \fBcipher\fR, \fBcipher mode\fR.
Cryptsetup-reencrypt reencrypts data on LUKS device in-place. During Cryptsetup-reencrypt reencrypts data on LUKS device in-place. During
reencryption process the LUKS device is marked unavailable. reencryption process the LUKS device is marked unavailable.
\fBNOTE:\fR LUKS2 format is not yet supported. \fBNOTE:\fR LUKS2 format support is limited. Currently the tool uses default
values for new LUKS2 headers. Only those parameters shared with LUKS1 format
may be changed (\-\-hash and \-\-iter\-time only).
\fIWARNING\fR: The cryptsetup-reencrypt program is not resistant to hardware \fIWARNING\fR: The cryptsetup-reencrypt program is not resistant to hardware
or kernel failures during reencryption (you can lose you data in this case). or kernel failures during reencryption (you can lose you data in this case).
@@ -195,6 +197,13 @@ Suppresses all warnings and reencryption progress output.
.B "\-\-progress-frequency <seconds>" .B "\-\-progress-frequency <seconds>"
Print separate line every <seconds> with reencryption progress. Print separate line every <seconds> with reencryption progress.
.TP .TP
.B "\-\-type <type>"
Use only while encrypting not yet encrypted device (see \-\-new).
Specify LUKS version when performing in-place encryption. If the parameter
is ommited default value (LUKS1) is used. Type may be one of: \fBluks\fR (default),
\fBluks1\fR or \fBluks2\fR.
.TP
.B "\-\-version" .B "\-\-version"
Show the program version. Show the program version.
.SH RETURN CODES .SH RETURN CODES