NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/56917 CVS commit: src/sbin/raidctl
The following reply was made to PR bin/56917; it has been noted by GNATS.
From: "Robert Elz" <kre%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/56917 CVS commit: src/sbin/raidctl
Date: Thu, 21 Jul 2022 09:19:54 +0000
Module Name: src
Committed By: kre
Date: Thu Jul 21 09:19:54 UTC 2022
Modified Files:
src/sbin/raidctl: rf_configure.c
Log Message:
PR bin/56917
If getfsspecname() fails that will usually mean that a NAME=wedge or
ROOT.x partition is unabailable. raidframe specified unavailable
partitions as "absent" so in this case, pass "absent" rather than the
unaltered NAME= or ROOT.x string, which the kernel has no clue what
do do with, and doesn't configure the raid at all.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sbin/raidctl/rf_configure.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index