Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2]: src/sbin/raidctl Pull up revision 1.41-1.42, 1.44-1.46 (reque...



details:   https://anonhg.NetBSD.org/src/rev/ac816bb36c9d
branches:  netbsd-2
changeset: 563442:ac816bb36c9d
user:      riz <riz%NetBSD.org@localhost>
date:      Thu May 05 20:28:58 2005 +0000

description:
Pull up revision 1.41-1.42, 1.44-1.46 (requested by fredb in ticket #1151):
Sync raidctl(8) with raid(4) regarding booting from RAID 1.

diffstat:

 sbin/raidctl/raidctl.8 |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r fa96da6a8d1f -r ac816bb36c9d sbin/raidctl/raidctl.8
--- a/sbin/raidctl/raidctl.8    Thu May 05 20:12:38 2005 +0000
+++ b/sbin/raidctl/raidctl.8    Thu May 05 20:28:58 2005 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: raidctl.8,v 1.38.2.2 2004/05/23 11:01:11 tron Exp $
+.\"     $NetBSD: raidctl.8,v 1.38.2.2.2.1 2005/05/05 20:28:58 riz Exp $
 .\"
 .\" Copyright (c) 1998, 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -60,7 +60,7 @@
 .\" any improvements or extensions that they make and grant Carnegie the
 .\" rights to redistribute these changes.
 .\"
-.Dd April 11, 2004
+.Dd January 31, 2005
 .Dt RAIDCTL 8
 .Os
 .Sh NAME
@@ -169,7 +169,9 @@
 All components of the set must be of type
 .Dv RAID
 in the disklabel.
-Note that the kernel being booted must currently reside on a non-RAID set.
+Note that only certain architectures
+.Pq currently alpha, i386, pmax, sparc, sparc64, and vax
+support booting a kernel directly from a RAID set.
 .It Fl B Ar dev
 Initiate a copyback of reconstructed data from a spare disk to
 its original disk.
@@ -1208,7 +1210,8 @@
 arguments.
 .Pp
 Note that kernels can only be directly read from RAID 1 components on
-alpha and pmax architectures.
+architectures that support that
+.Pq currently alpha, i386, pmax, sparc, sparc64, and vax .
 On those architectures, the
 .Dv FS_RAID
 file system is recognized by the bootblocks, and will properly load the



Home | Main Index | Thread Index | Old Index