CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/14 06:39:37
Modified files:
usr.sbin/installboot: softraid.c
Log message:
Check for offline chunks first, then check for keydisks
Like keydisks, offline data chunks also report a size of zero, so skipping
zero sized chunks before doing the offline check means not printing the
"softraid chunk N not online - skipping..." warning.
Restore order to make this warning appear on degraded volumes again.
