diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2007-03-26 00:31:51 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2007-03-26 00:31:51 +0000 |
commit | 8b25406fee21b569b698f04a0f4ff532f5b23b7d (patch) | |
tree | b40b968159f14e7e632ed6b6dba7f24cbeb591bc /share/man/man4/softraid.4 | |
parent | 5afbd53b18a20457a5e7c08cadd1b1a6957cd493 (diff) |
loss of any raid 0 component is bad. ok dlg
Diffstat (limited to 'share/man/man4/softraid.4')
-rw-r--r-- | share/man/man4/softraid.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/softraid.4 b/share/man/man4/softraid.4 index 04c036db83d..bd2e50f6453 100644 --- a/share/man/man4/softraid.4 +++ b/share/man/man4/softraid.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: softraid.4,v 1.2 2007/03/20 06:08:03 jmc Exp $ +.\" $OpenBSD: softraid.4,v 1.3 2007/03/26 00:31:50 tedu Exp $ .\" .\" Copyright (c) 2007 Todd T. Fries <todd@OpenBSD.org> .\" @@ -82,7 +82,7 @@ It first appeared in .Sh CAVEATS RAID level 1 can protect against some data loss due to component failure. -However the loss of all components of a RAID 0 system +However the loss of any component of a RAID 0 system will result in the entire filesystems on that RAID device being lost. RAID is |