summaryrefslogtreecommitdiffstats
path: root/sys/modules/geom
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-07-30 23:13:45 +0000
committerpjd <pjd@FreeBSD.org>2004-07-30 23:13:45 +0000
commitadaa0482b446a8db32a6bb1f2986d1a743c769dd (patch)
treee04bc051596e48d58d986a0c7491de41c9fd0a31 /sys/modules/geom
parente2709c0cfc5e69512e4b685e5cbad68aed790fa2 (diff)
downloadFreeBSD-src-adaa0482b446a8db32a6bb1f2986d1a743c769dd.zip
FreeBSD-src-adaa0482b446a8db32a6bb1f2986d1a743c769dd.tar.gz
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
Diffstat (limited to 'sys/modules/geom')
-rw-r--r--sys/modules/geom/geom_mirror/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/modules/geom/geom_mirror/Makefile b/sys/modules/geom/geom_mirror/Makefile
new file mode 100644
index 0000000..3e653ce
--- /dev/null
+++ b/sys/modules/geom/geom_mirror/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../geom/mirror
+
+KMOD= geom_mirror
+SRCS= g_mirror.c
+SRCS+= g_mirror_ctl.c
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud