CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2009/06/26 08:50:44
Modified files: sys/dev : softraid.c softraidvar.h Log message: Overhaul sr_boot_assembly(). The original code had a number of problems, including a "chunk id already in use" bug that occurred when assembling more than one volume at boot. Volumes are now kept in order, as are the chunks which they are assembled from. Duplicated chunk IDs are now handled appropriately, with the chunk that has the most recent ondisk metadata being used. Also tested by nicm@ who got bitten by the "chunk id already in use" bug. ok marco@