<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in raidframe</title>
    <link>http://nxr.netbsd.org/rss/src/etc/rc.d/raidframe</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>Make this better ...   Allow config file for raidN to be found<br/>in /etc/conf/raid/raidN (as well as in /etc/raidN.conf) (less<br/>clutter in /etc).<br/><br/>Allow config files to exist for raids that are autoconfigured (just<br/>skip anything autoconfigured) - this allows a (simplistic) recovery<br/>mechanism if autoconf fails, and makes it simpler to enable/disable<br/>autoconf at will, while keeping the raid working.<br/><br/>While here, add sh quoting where it is needed, and remove it from<br/>where it is pointless.</title>
    <description>/src/etc/rc.d/raidframe - 1.12</description>
    <pubDate>Thu Jul 21 07:49:36 UTC 2022</pubDate>
    <dc:creator>kre</dc:creator>
</item>

<item>
    <title>Reverse devpubd dependeny to avoid dangling reference to zfs which is<br/>an optional part of the build.</title>
    <description>/src/etc/rc.d/raidframe - 1.11</description>
    <pubDate>Tue Aug 03 05:15:20 UTC 2021</pubDate>
    <dc:creator>mlelstv</dc:creator>
</item>

<item>
    <title>Split fsck during boot into two phases. Check the root file system<br/>first, mount root and run the various disk providers. Add swap and<br/>check the remaining file systems after that.<br/>This breaks the dependency cycle for lvm, which needs writeable /dev.<br/>Depend on rndctl in cgd.</title>
    <description>/src/etc/rc.d/raidframe - 1.10</description>
    <pubDate>Tue Apr 21 16:08:57 UTC 2009</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>branches:  1.9.36;<br/>Add an _rc_subr_loaded variable, set to ":" by rc.subr.  Scripts can use this<br/>for a speedup by doing:<br/>$_rc_subr_loaded . /etc/rc.subr</title>
    <description>/src/etc/rc.d/raidframe - 1.9</description>
    <pubDate>Fri Aug 13 18:08:03 UTC 2004</pubDate>
    <dc:creator>mycroft</dc:creator>
</item>

<item>
    <title>Add a knob to turn off automatic configuration (via rc.d) of<br/>non-auto-configured (via kernel) raid devices. oster says ok.</title>
    <description>/src/etc/rc.d/raidframe - 1.8</description>
    <pubDate>Wed Sep 10 14:50:20 UTC 2003</pubDate>
    <dc:creator>wiz</dc:creator>
</item>

<item>
    <title>Split raidframe parity checking/rebuild out into raidframeparity, which is<br/>called after quota so we don't end up with fsck and raidframe parity rebuild<br/>taking forever after a crash/reboot.<br/>While we are here check for raid[0-9].conf &amp; raid[1-9][0-9].conf not<br/>			    raid[0-9].conf &amp; raid[0-9][0-9].conf</title>
    <description>/src/etc/rc.d/raidframe - 1.7</description>
    <pubDate>Tue Sep 03 15:35:55 UTC 2002</pubDate>
    <dc:creator>abs</dc:creator>
</item>

<item>
    <title>branches:  1.6.2;<br/>use the recently added hw.disknames value from sysctl(8) to determine<br/>the list of currently configured disk devices, and start raid parity<br/>rebuilds on devices which match "raid[0-9]*"</title>
    <description>/src/etc/rc.d/raidframe - 1.6</description>
    <pubDate>Sun Jan 27 14:16:33 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>start all raid[0-9].conf and raid[0-9][0-9].conf, not just raid[0-3].conf.<br/>do in order, so that raidN.conf is started before raidNN.conf.</title>
    <description>/src/etc/rc.d/raidframe - 1.5</description>
    <pubDate>Fri Nov 17 05:43:46 UTC 2000</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>At boot, initiate parity/mirror reconstruction as required.<br/>This operation is backgrounded, and sequentially ordered.</title>
    <description>/src/etc/rc.d/raidframe - 1.4</description>
    <pubDate>Tue May 16 16:54:33 UTC 2000</pubDate>
    <dc:creator>oster</dc:creator>
</item>

<item>
    <title>Use load_rc_config() (from rc.subr) instead of sourcing /etc/rc.conf.<br/>This allows us or a user to change the configuration file method in<br/>one place - rc.subr - without having to edit all of the rc.d/* files.</title>
    <description>/src/etc/rc.d/raidframe - 1.3</description>
    <pubDate>Sat May 13 08:45:08 UTC 2000</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>Make ccd and raidframe provide `disks', and make swap1 and fsck<br/>depend on `disks', rather than `ccd' and `raidframe'.</title>
    <description>/src/etc/rc.d/raidframe - 1.2</description>
    <pubDate>Wed Apr 26 05:13:51 UTC 2000</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>branches:  1.1.1;<br/>Initial revision</title>
    <description>/src/etc/rc.d/raidframe - 1.1</description>
    <pubDate>Fri Mar 10 11:53:24 UTC 2000</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>rc.d scripts derived from /etc/rc</title>
    <description>/src/etc/rc.d/raidframe - 1.1.1.1</description>
    <pubDate>Fri Mar 10 11:53:24 UTC 2000</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>Pull up revision 1.7 (requested by abs in ticket #772):<br/>  Split raidframe parity checking/rebuilding out into<br/>  raidframeparity, which is called after quota, so we don't<br/>  end up with fsck and raidframe parity rebuild taking forever<br/>  after a crash/reboot.<br/>  While here, check for raid[0-9].conf and raid[1-9][0-9].conf<br/>                and not raid[0-9].conf and raid[0-9][0-9].conf</title>
    <description>/src/etc/rc.d/raidframe - 1.6.2.1</description>
    <pubDate>Sat Nov 30 14:15:50 UTC 2002</pubDate>
    <dc:creator>he</dc:creator>
</item>

<item>
    <title>Sync with HEAD.<br/><br/>Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html</title>
    <description>/src/etc/rc.d/raidframe - 1.9.36.1</description>
    <pubDate>Wed May 13 19:18:03 UTC 2009</pubDate>
    <dc:creator>jym</dc:creator>
</item>
</channel></rss>

