]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add GEOM_MIRROR class which provide RAID1 functionality and has many useful
authorpjd <pjd@FreeBSD.org>
Fri, 30 Jul 2004 23:13:45 +0000 (23:13 +0000)
committerpjd <pjd@FreeBSD.org>
Fri, 30 Jul 2004 23:13:45 +0000 (23:13 +0000)
commitadaa0482b446a8db32a6bb1f2986d1a743c769dd
treee04bc051596e48d58d986a0c7491de41c9fd0a31
parente2709c0cfc5e69512e4b685e5cbad68aed790fa2
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@.

Many useful tests provided by: simon (thank you!)
Some ideas from: scottl, simon, phk
14 files changed:
sbin/geom/class/mirror/Makefile [new file with mode: 0644]
sbin/geom/class/mirror/geom_mirror.c [new file with mode: 0644]
sys/geom/mirror/g_mirror.c [new file with mode: 0644]
sys/geom/mirror/g_mirror.h [new file with mode: 0644]
sys/geom/mirror/g_mirror_ctl.c [new file with mode: 0644]
sys/modules/geom/geom_mirror/Makefile [new file with mode: 0644]
tools/regression/geom_mirror/Makefile [new file with mode: 0644]
tools/regression/geom_mirror/runtests.sh [new file with mode: 0644]
tools/regression/geom_mirror/test-1.sh [new file with mode: 0644]
tools/regression/geom_mirror/test-2.sh [new file with mode: 0644]
tools/regression/geom_mirror/test-3.sh [new file with mode: 0644]
tools/regression/geom_mirror/test-4.sh [new file with mode: 0644]
tools/regression/geom_mirror/test-5.sh [new file with mode: 0644]
tools/regression/geom_mirror/test-6.sh [new file with mode: 0644]