CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2017/09/06 15:08:01
Modified files: sys/dev : softraid.c Log message: In the case that we want to force a new RAID assembly and the metadata type on the chunks is not the same, we don't actually care because we are going to clear their metadata anyway, so don't error out. This allows assembling a new RAID based on a drive that is zeroed and one that used to be part of a softraid in its previous life. ok jsing@