CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2020/04/25 08:37:43
Modified files: sys/dev : softraid_concat.c sbin/bioctl : bioctl.8 bioctl.c Log message: Reduce minimum allowed number of chunks in a CONCAT volume from 2 to 1. This increases the number of volumes that can be created on a single disk from 7 to 15. i.e. a disk can be sliced into a maximum of 225 (15 * 15) filesystems instead of a mere 105 (7 * 15). ok deraadt@