When attempting to rebuild a softraid volume, use the actual data offset
authorjsing <jsing@openbsd.org>
Fri, 1 Aug 2014 01:32:09 +0000 (01:32 +0000)
committerjsing <jsing@openbsd.org>
Fri, 1 Aug 2014 01:32:09 +0000 (01:32 +0000)
commit76a3a0a1054968f8b027e1b67714e9c1d7583670
tree6283aae21c1515bd51c8312df6da21158402ac7c
parent207ff64b46931cd19006e7bc7f1cfbe455a9d9c4
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@
sys/dev/softraid.c