From: "H. Hartzer" Subject: [PATCH] softraid(4) man page clarifications To: Date: Fri, 11 Apr 2025 23:45:49 +0000 Hi tech@, I found the softraid(4) man page mildly confusing in a couple points, so I wanted to share this patch. Thank you! -Henrich --- share/man/man4/softraid.4.old Fri Apr 11 23:18:05 2025 +++ share/man/man4/softraid.4 Fri Apr 11 23:43:07 2025 @@ -119,9 +119,9 @@ in the boot storage area of the .Nm volume. All chunks in the volume will then be bootable. -Boot support is currently limited to the CRYPTO, RAID 1 disciplines -on the amd64, arm64, i386, riscv64 and sparc64 platforms. -amd64, arm64, riscv64 and sparc64 also have boot support for the RAID 1C discipline. +Boot support is currently limited to the CRYPTO, RAID 1, and RAID 1C +disciplines on the amd64, arm64, riscv64 and sparc64 platforms. Boot +support on i386 is limited to CRYPTO and RAID 1. On sparc64, bootable chunks must be RAID partitions using the letter .Sq a . At the @@ -236,6 +236,7 @@ boot> boot sr0a:/bsd .Sh SEE ALSO .Xr bio 4 , .Xr bioctl 8 , +.Xr boot 8 , .Xr boot_sparc64 8 , .Xr disklabel 8 , .Xr fdisk 8 , @@ -258,7 +259,7 @@ There is no point in wasting a lot of time syncing ran The RAID 5 discipline does not initialize parity upon creation, instead parity is only updated upon write. .Pp -Stacking disciplines (CRYPTO on top of RAID 1, for example) is not +Stacking disciplines (CRYPTO on top of RAID 5, for example) is not supported at this time. .Pp Currently there is no automated mechanism to recover from failed disks.