cvs commit: src/sbin/geom/class/mirror Makefile geom_mirror.c
src/sys/geom/mirror g_mirror.c g_mirror.h g_mirror_ctl.c
src/tools/regression/geom_mirror
Makefile runtests.sh test-1.sh test-2.sh test-3.sh test-4.sh ...
Pawel Jakub Dawidek
pjd at FreeBSD.org
Fri Jul 30 16:14:09 PDT 2004
pjd 2004-07-30 23:13:45 UTC
FreeBSD src repository
Added files:
sbin/geom/class/mirror Makefile geom_mirror.c
sys/geom/mirror g_mirror.c g_mirror.h g_mirror_ctl.c
sys/modules/geom/geom_mirror Makefile
tools/regression/geom_mirror Makefile runtests.sh test-1.sh
test-2.sh test-3.sh test-4.sh
test-5.sh test-6.sh
Log:
Add GEOM_MIRROR class which provide RAID1 functionality and has many useful
features. The gmirror(8) utility should be used for control of this class.
There is no manual page yet, but I'm working on it with keramida at .
Many useful tests provided by: simon (thank you!)
Some ideas from: scottl, simon, phk
Revision Changes Path
1.1 +11 -0 src/sbin/geom/class/mirror/Makefile (new)
1.1 +408 -0 src/sbin/geom/class/mirror/geom_mirror.c (new)
1.1 +2591 -0 src/sys/geom/mirror/g_mirror.c (new)
1.1 +350 -0 src/sys/geom/mirror/g_mirror.h (new)
1.1 +617 -0 src/sys/geom/mirror/g_mirror_ctl.c (new)
1.1 +9 -0 src/sys/modules/geom/geom_mirror/Makefile (new)
1.1 +8 -0 src/tools/regression/geom_mirror/Makefile (new)
1.1 +10 -0 src/tools/regression/geom_mirror/runtests.sh (new)
1.1 +32 -0 src/tools/regression/geom_mirror/test-1.sh (new)
1.1 +57 -0 src/tools/regression/geom_mirror/test-2.sh (new)
1.1 +68 -0 src/tools/regression/geom_mirror/test-3.sh (new)
1.1 +68 -0 src/tools/regression/geom_mirror/test-4.sh (new)
1.1 +68 -0 src/tools/regression/geom_mirror/test-5.sh (new)
1.1 +50 -0 src/tools/regression/geom_mirror/test-6.sh (new)
More information about the cvs-src
mailing list