Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jul 2004 23:13:45 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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 ...
Message-ID:  <200407302313.i6UNDj5H004714@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@.
  
  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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407302313.i6UNDj5H004714>