ccdconfig first appeared in NetBSD 1.1
From NetBSD man page, confirmed with repo tags in CVS [1] (there was also no 1.0a release according to [2]) [1] http://cvsweb.netbsd.org/bsdweb.cgi/src/sbin/ccdconfig/ccdconfig.c [2] http://netbsd.org/releases/formal.html#history PR: 212437 Approved by: bcr (mentor) Obtained from: NetBSD MFC after: 4 days Differential Revision: https://reviews.freebsd.org/D8105
This commit is contained in:
parent
5c10b0713b
commit
494b4bb3d3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=306598
@ -28,7 +28,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd October 1, 2013
|
.Dd October 3, 2016
|
||||||
.Dt CCDCONFIG 8
|
.Dt CCDCONFIG 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -159,7 +159,7 @@ It reads as a two disk stripe of da4 and da5 which is mirrored
|
|||||||
to a two disk stripe of da6 and da7.
|
to a two disk stripe of da6 and da7.
|
||||||
The last example is a simple
|
The last example is a simple
|
||||||
mirror.
|
mirror.
|
||||||
The 2nd slice of /dev/da8 is mirrored with the 3rd slice of /dev/da9
|
The second slice of /dev/da8 is mirrored with the third slice of /dev/da9
|
||||||
and assigned to ccd0.
|
and assigned to ccd0.
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
# ccdconfig ccd0 64 none /dev/da0s1 /dev/da1s1 /dev/da2s1 /dev/da3s1
|
# ccdconfig ccd0 64 none /dev/da0s1 /dev/da1s1 /dev/da2s1 /dev/da3s1
|
||||||
@ -246,7 +246,7 @@ and
|
|||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
utility first appeared in
|
utility first appeared in
|
||||||
.Nx 1.0a .
|
.Nx 1.1 .
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
The initial disklabel returned by
|
The initial disklabel returned by
|
||||||
.Xr ccd 4
|
.Xr ccd 4
|
||||||
|
Loading…
Reference in New Issue
Block a user