clevis-luks-unbind.1 781 B

12345678910111213141516171819202122232425262728293031323334
  1. .\" Automatically generated by Pandoc 1.19.1
  2. .\"
  3. .TH "CLEVIS\-LUKS\-UNBIND" "1" "February 2018" "" ""
  4. .hy
  5. .SH NAME
  6. .PP
  7. clevis\-luks\-unbind \-\- Unbinds a pin bound to a LUKSv1 volume
  8. .SH SYNOPSIS
  9. .PP
  10. \f[C]clevis\ luks\ unbind\f[] \-d DEV \-s SLT
  11. .SH OVERVIEW
  12. .PP
  13. The \f[C]clevis\ luks\ unbind\f[] command unbinds a pin bound to a
  14. LUKSv1 volume.
  15. For example:
  16. .IP
  17. .nf
  18. \f[C]
  19. $\ clevis\ luks\ unbind\ \-d\ /dev/sda\ \-s\ 1
  20. \f[]
  21. .fi
  22. .SH OPTIONS
  23. .IP \[bu] 2
  24. \f[C]\-d\f[] \f[I]DEV\f[] : The bound LUKS device
  25. .IP \[bu] 2
  26. \f[C]\-s\f[] \f[I]SLT\f[] : The LUKSMeta slot number for the pin to
  27. unbind
  28. .IP \[bu] 2
  29. \f[C]\-f\f[] : Do not ask for confirmation and wipe slot in batch\-mode
  30. .SH SEE ALSO
  31. .PP
  32. \f[C]clevis\-luks\-bind\f[](1)
  33. .SH AUTHORS
  34. Javier Martinez Canillas <javierm@redhat.com>.