Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Aug 2004 11:29:42 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200408091129.i79BTg2C055335@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408091129.i79BTg2C055335>