cvs commit: src/etc/defaults rc.conf src/etc/rc.d Makefile ataraid mountcritlocal

Sean Chittenden seanc at FreeBSD.org
Sun Dec 14 01:42:04 PST 2003


seanc       2003/12/14 01:42:02 PST

  FreeBSD src repository (doc,ports committer)

  Modified files:
    etc/defaults         rc.conf 
    etc/rc.d             Makefile mountcritlocal 
  Added files:
    etc/rc.d             ataraid 
  Log:
  Add a script that allows software RAID sets to be created before file
  systems are mounted.  An example set of entries for /etc/rc.conf:
  
  ataraid_enable="YES"
  ataraid_devices="ar0"
  ataraid_ar0_set="ad2 ad3"
  ataraid_ar0_type="RAID1"
  
  Because there is no "correct" way of doing ATA raid (ie, geom vs.
  atacontrol vs. vinum) that is bikeshed proof, this rcng script stays within
  the bounds of atacontrol and assumes that other RAID solutions for GEOM or
  vinum will end up in a different rcNG script.
  
  Reviewed by:    green
  
  Revision  Changes    Path
  1.192     +12 -0     src/etc/defaults/rc.conf
  1.27      +1 -1      src/etc/rc.d/Makefile
  1.1       +113 -0    src/etc/rc.d/ataraid (new)
  1.7       +1 -1      src/etc/rc.d/mountcritlocal


More information about the cvs-src mailing list