Module Name: src Committed By: martin Date: Sun Apr 28 12:12:00 UTC 2024
Modified Files: src/sbin/raidctl [netbsd-10]: raidctl.8 raidctl.c Log Message: Pull up following revision(s) (requested by oster in ticket #675): sbin/raidctl/raidctl.8: revision 1.81 sbin/raidctl/raidctl.c: revision 1.80 Implement command-line configuration of simple RAID sets with raidctl based on the usage pattern: raidctl <device> create <level> <component1> <component2> ... For example, raidctl raid0 create mirror absent /dev/wd1e will create a RAID level 1 (mirror) set with an absent first component and /dev/wd1e as the second component. The resulting RAID device will be marked as auto-configurable, will have a serial number set (based on the current time), and parity will be initialized. Reasonable performance values are automatically used by default for other parameters normally specified in the configuration file. Also: Only print out Autoconfig status if being verbose. To generate a diff of this commit: cvs rdiff -u -r1.79.2.1 -r1.79.2.2 src/sbin/raidctl/raidctl.8 cvs rdiff -u -r1.78.2.1 -r1.78.2.2 src/sbin/raidctl/raidctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.