cvs commit: src/sbin/geom/class/nop geom_nop.c gnop.8 src/sys/geom/nop g_nop.c g_nop.h

[ Available lists | Index of cvs-src | Month of Jul 2004 | Week of 30 Jul 2004 | Raw email | View thread | Wrap long lines | Reply ]
From
Pawel Jakub Dawidek <pjd@FreeBSD.org>
Date
30 Jul 2004 08:19:47
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


[ Hide this part ]
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


Elapsed time: 0.082 seconds