[#] http://marc.info/?l=openbsd-cvs&m=140685675722380&w=2
openbsd-cvs(obsdave,2) — All
2014-08-01 05:55:08


Module name: src
Changes by: jsing@cvs.openbsd.org 2014/07/31 19:32:09

Modified files:
sys/dev : softraid.c

Log message:
When attempting to rebuild a softraid volume, use the actual data offset
from the volume metadata rather than the currently defined data offset.
This allows rebuilds to work correctly when the volume metadata has a
different data offset to that currently in use (for example, volumes
created prior to softraid gaining boot support).

Found the hard way by henning@

ok deraadt@