diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2020-10-25 15:33:20 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2020-10-25 15:33:20 +0000 |
commit | e1f8b56f9e4a507412cc33194a66ef4519a4e95a (patch) | |
tree | 73a1204424bc90160fbfc331d3718bcceb518ae7 /share | |
parent | f31ce9862ffec990cd4bffb94c4b0548744421b2 (diff) |
mention that stacking disciplines is not supported,
with wording similar to the FAQ;
suggested by Filippo Valsorda <filippo at ml dot filippo dot io>;
tweak and OK jca@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/softraid.4 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man4/softraid.4 b/share/man/man4/softraid.4 index 4fa72dd6e67..d4dbc7512ca 100644 --- a/share/man/man4/softraid.4 +++ b/share/man/man4/softraid.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: softraid.4,v 1.42 2017/06/27 16:02:05 tb Exp $ +.\" $OpenBSD: softraid.4,v 1.43 2020/10/25 15:33:19 schwarze Exp $ .\" .\" Copyright (c) 2007 Todd T. Fries <todd@OpenBSD.org> .\" Copyright (c) 2007 Marco Peereboom <marco@OpenBSD.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 27 2017 $ +.Dd $Mdocdate: October 25 2020 $ .Dt SOFTRAID 4 .Os .Sh NAME @@ -201,6 +201,9 @@ There is no point in wasting a lot of time syncing random data. The RAID 5 discipline does not initialize parity upon creation, instead parity is only updated upon write. .Pp +Stacking disciplines (CRYPTO on top of RAID 1, for example) is not +supported at this time. +.Pp Currently there is no automated mechanism to recover from failed disks. .Pp Certain RAID levels can protect against some data loss |