History log of /netbsd-src/etc/rc.d/raidframe (Results 1 – 12 of 12)
Revision Date Author Comments
# bd7c53a8 21-Jul-2022 kre <kre@NetBSD.org>

Make this better ... Allow config file for raidN to be found
in /etc/conf/raid/raidN (as well as in /etc/raidN.conf) (less
clutter in /etc).

Allow config files to exist for raids that are autoconf

Make this better ... Allow config file for raidN to be found
in /etc/conf/raid/raidN (as well as in /etc/raidN.conf) (less
clutter in /etc).

Allow config files to exist for raids that are autoconfigured (just
skip anything autoconfigured) - this allows a (simplistic) recovery
mechanism if autoconf fails, and makes it simpler to enable/disable
autoconf at will, while keeping the raid working.

While here, add sh quoting where it is needed, and remove it from
where it is pointless.

show more ...


# c413ec65 03-Aug-2021 mlelstv <mlelstv@NetBSD.org>

Reverse devpubd dependeny to avoid dangling reference to zfs which is
an optional part of the build.


# e7f29a33 21-Apr-2009 joerg <joerg@NetBSD.org>

Split fsck during boot into two phases. Check the root file system
first, mount root and run the various disk providers. Add swap and
check the remaining file systems after that.
This breaks the depe

Split fsck during boot into two phases. Check the root file system
first, mount root and run the various disk providers. Add swap and
check the remaining file systems after that.
This breaks the dependency cycle for lvm, which needs writeable /dev.
Depend on rndctl in cgd.

show more ...


# 7d2e1537 13-Aug-2004 mycroft <mycroft@NetBSD.org>

Add an _rc_subr_loaded variable, set to ":" by rc.subr. Scripts can use this
for a speedup by doing:
$_rc_subr_loaded . /etc/rc.subr


# ea949da1 10-Sep-2003 wiz <wiz@NetBSD.org>

Add a knob to turn off automatic configuration (via rc.d) of
non-auto-configured (via kernel) raid devices. oster says ok.


# df86ef5a 03-Sep-2002 abs <abs@NetBSD.org>

Split raidframe parity checking/rebuild out into raidframeparity, which is
called after quota so we don't end up with fsck and raidframe parity rebuild
taking forever after a crash/reboot.
While we a

Split raidframe parity checking/rebuild out into raidframeparity, which is
called after quota so we don't end up with fsck and raidframe parity rebuild
taking forever after a crash/reboot.
While we are here check for raid[0-9].conf & raid[1-9][0-9].conf not
raid[0-9].conf & raid[0-9][0-9].conf

show more ...


# 6c5c0219 27-Jan-2002 lukem <lukem@NetBSD.org>

use the recently added hw.disknames value from sysctl(8) to determine
the list of currently configured disk devices, and start raid parity
rebuilds on devices which match "raid[0-9]*"


# 84fed31e 17-Nov-2000 lukem <lukem@NetBSD.org>

start all raid[0-9].conf and raid[0-9][0-9].conf, not just raid[0-3].conf.
do in order, so that raidN.conf is started before raidNN.conf.


# 4c318b5d 16-May-2000 oster <oster@NetBSD.org>

At boot, initiate parity/mirror reconstruction as required.
This operation is backgrounded, and sequentially ordered.


# 5c1b0ec2 13-May-2000 lukem <lukem@NetBSD.org>

Use load_rc_config() (from rc.subr) instead of sourcing /etc/rc.conf.
This allows us or a user to change the configuration file method in
one place - rc.subr - without having to edit all of the rc.d/

Use load_rc_config() (from rc.subr) instead of sourcing /etc/rc.conf.
This allows us or a user to change the configuration file method in
one place - rc.subr - without having to edit all of the rc.d/* files.

show more ...


# 0316517d 26-Apr-2000 thorpej <thorpej@NetBSD.org>

Make ccd and raidframe provide `disks', and make swap1 and fsck
depend on `disks', rather than `ccd' and `raidframe'.


# c53094a7 10-Mar-2000 lukem <lukem@NetBSD.org>

rc.d scripts derived from /etc/rc