Date: Sun, 14 Dec 2003 01:42:02 -0800 (PST) From: Sean Chittenden <seanc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d Makefile ataraid mountcritlocal Message-ID: <200312140942.hBE9g2rA025044@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312140942.hBE9g2rA025044>