cvs commit: src/sys/geom/mirror g_mirror_ctl.c src/sys/geom/raid3
g_raid3_ctl.c
Pawel Jakub Dawidek
pjd at FreeBSD.org
Fri Mar 10 07:41:33 UTC 2006
pjd 2006-03-10 07:41:31 UTC
FreeBSD src repository
Modified files:
sys/geom/mirror g_mirror_ctl.c
sys/geom/raid3 g_raid3_ctl.c
Log:
When inserting a new component md_provsize metadata field wasn't set, which
means that old problem was triggered (when two providers end at the same
offset, eg. ad0 and ad0s1 and the wrong was is picked up by gmirror/graid3).
Reported by: Michal Suszko <dry at dry.pl>
MFC after: 3 days
Revision Changes Path
1.13 +1 -0 src/sys/geom/mirror/g_mirror_ctl.c
1.13 +1 -0 src/sys/geom/raid3/g_raid3_ctl.c
More information about the cvs-src
mailing list