diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2009-10-26 04:00:23 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2009-10-26 04:00:23 +0000 |
commit | cd9be4735772653114fdfd639a53fa4c0b876a16 (patch) | |
tree | b75d409fc19bcf7c5525d360deef0e0698bc189e | |
parent | d11db1b311f52671481909ba991384678a7e23de (diff) |
Remove we cant rebuild in raid 1 from caveats.
-rw-r--r-- | share/man/man4/softraid.4 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man4/softraid.4 b/share/man/man4/softraid.4 index d56f9e132ba..fd8081cad5a 100644 --- a/share/man/man4/softraid.4 +++ b/share/man/man4/softraid.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: softraid.4,v 1.25 2009/10/11 14:29:49 sobrado Exp $ +.\" $OpenBSD: softraid.4,v 1.26 2009/10/26 04:00:22 marco 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: October 11 2009 $ +.Dd $Mdocdate: October 26 2009 $ .Dt SOFTRAID 4 .Os .Sh NAME @@ -163,8 +163,6 @@ driver first appeared in .An Marco Peereboom . .Sh CAVEATS The driver relies on underlying hardware to properly fail chunks. -Currently RAID 1 support does not have the ability to recover a -failed chunk. .Pp The RAID 1 discipline does not initialize the mirror upon creation. This is by design because all sectors that are read are written first. |