1CLEVIS-LUKS-REPORT(1) CLEVIS-LUKS-REPORT(1)
2
3
4
6 clevis-luks-report - Reports whether a pin bound to a LUKS1 or LUKS2
7 volume has been rotated
8
10 clevis luks report -d DEV -s SLT
11
13 The clevis luks report command checks a given slot of a LUKS device and
14 reports whether the pin bound to it — if any — has been rotated.
15
17 • -d DEV : The bound LUKS device
18
19 • -s SLT : The slot or key slot number for the pin to be verified
20
21 • -q : Quiet mode. If used, we will not prompt whether to regenerate
22 the binding with clevis luks regen
23
24 • -r : Regenerates LUKS metadata with clevis luks regen -q -d DEV -s
25 SLT
26
28 Check whether the pin bound to slot 1 in /dev/sda1 has been rotated:
29
30 # clevis luks report -d /dev/sda1 -s 1
31
33 clevis-luks-regen(1)
34
35
36
37 04/15/2021 CLEVIS-LUKS-REPORT(1)