cvs commit: src/sbin/geom/class/concat gconcat.8 geom_concat.c
src/sbin/geom/class/stripe geom_stripe.c gstripe.8
src/sys/geom/concat g_concat.c g_concat.h src/sys/geom/mirror
g_mirror.c g_mirror.h src/sys/geom/stripe g_stripe.c g_stripe.h
Pawel Jakub Dawidek
pjd at FreeBSD.org
Mon Aug 9 04:29:42 PDT 2004
pjd 2004-08-09 11:29:42 UTC
FreeBSD src repository
Modified files:
sbin/geom/class/concat gconcat.8 geom_concat.c
sbin/geom/class/stripe geom_stripe.c gstripe.8
sys/geom/concat g_concat.c g_concat.h
sys/geom/mirror g_mirror.c g_mirror.h
sys/geom/stripe g_stripe.c g_stripe.h
Log:
- Introduce option for hardcoding providers' names into metadata.
It allows to fix problems when last provider's sector is shared between few
providers.
- Bump version number for CONCAT and STRIPE and add code for backward
compatibility.
- Do not bump version number of MIRROR, as it wasn't officially introduced yet.
Even if someone started to play with it, there is no big deal, because
wrong MD5 sum of metadata will deny those providers.
- Update manual pages.
- Add version history to g_(stripe|concat).h files.
Revision Changes Path
1.11 +15 -13 src/sbin/geom/class/concat/gconcat.8
1.5 +27 -8 src/sbin/geom/class/concat/geom_concat.c
1.6 +22 -7 src/sbin/geom/class/stripe/geom_stripe.c
1.15 +15 -13 src/sbin/geom/class/stripe/gstripe.8
1.18 +10 -0 src/sys/geom/concat/g_concat.c
1.10 +10 -1 src/sys/geom/concat/g_concat.h
1.15 +10 -0 src/sys/geom/mirror/g_mirror.c
1.5 +10 -5 src/sys/geom/mirror/g_mirror.h
1.14 +10 -0 src/sys/geom/stripe/g_stripe.c
1.5 +10 -1 src/sys/geom/stripe/g_stripe.h
More information about the cvs-src
mailing list