Note that we don't destroy keys on read-only attached providers.

MFC after:	1 week
This commit is contained in:
Pawel Jakub Dawidek 2006-09-16 09:27:54 +00:00
parent 301b9004a9
commit 7330b46e36
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162348

View File

@ -1,4 +1,4 @@
.\" Copyright (c) 2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
.\" Copyright (c) 2005-2006 Pawel Jakub Dawidek <pjd@FreeBSD.org>
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 9, 2006
.Dd September 16, 2006
.Dt GELI 8
.Os
.Sh NAME
@ -414,6 +414,9 @@ It will destroy all keys on the given provider and will detach it forcibly
(if it is attached).
This is absolutely a one-way command - if you do not have a metadata
backup, your data is gone for good.
In case provider was attached with the
.Fl r
flag, the keys won't be destroyed, only the provider will be detached.
.Bl -tag -width ".Fl a Ar algo"
.It Fl a
If specified, all currently attached providers will be killed.