Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jul 2004 08:19:22 +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/nop geom_nop.c gnop.8 src/sys/geom/nop g_nop.c g_nop.h
Message-ID:  <200407300819.i6U8JMsd075750@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2004-07-30 08:19:22 UTC

  FreeBSD src repository

  Modified files:
    sbin/geom/class/nop  gnop.8 geom_nop.c 
    sys/geom/nop         g_nop.c g_nop.h 
  Log:
  - Add '-S' option, which allow to specify sector size for transparent
    provider.
  - Bump version number.
  
  This allows for a quite interesting trick. One can setup a stripe with
  stripe size of 512 bytes and create transparent provider on top of it
  with sector size equal to <ndisks> * 512. The result will be something
  like RAID3 without parity disk (every access will touch all disks).
  
  Revision  Changes    Path
  1.4       +3 -1      src/sbin/geom/class/nop/geom_nop.c
  1.12      +3 -0      src/sbin/geom/class/nop/gnop.8
  1.7       +19 -4     src/sys/geom/nop/g_nop.c
  1.4       +1 -1      src/sys/geom/nop/g_nop.h



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