clevis-luks-report.1.adoc 884 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. CLEVIS-LUKS-REPORT(1)
  2. =====================
  3. :doctype: manpage
  4. == NAME
  5. clevis-luks-report - Reports whether a pin bound to a LUKS1 or LUKS2 volume has been rotated
  6. == SYNOPSIS
  7. *clevis luks report* -d DEV -s SLT
  8. == OVERVIEW
  9. The *clevis luks report* command checks a given slot of a LUKS device and reports whether the pin bound to it
  10. -- if any -- has been rotated.
  11. == OPTIONS
  12. * *-d* _DEV_ :
  13. The bound LUKS device
  14. * *-s* _SLT_ :
  15. The slot or key slot number for the pin to be verified
  16. * *-q* :
  17. Quiet mode. If used, we will not prompt whether to regenerate the binding with *clevis luks regen*
  18. * *-r* :
  19. Regenerates LUKS metadata with *clevis luks regen -q -d DEV -s SLT*
  20. == EXAMPLE
  21. Check whether the pin bound to slot 1 in /dev/sda1 has been rotated:
  22. # clevis luks report -d /dev/sda1 -s 1
  23. == SEE ALSO
  24. link:clevis-luks-regen.1.adoc[*clevis-luks-regen*(1)]