cvs commit: src/sbin/geom/class/nop geom_nop.c gnop.8
src/sys/geom/nop g_nop.c g_nop.h
Pawel Jakub Dawidek
pjd at FreeBSD.org
Fri Jul 30 01:19:47 PDT 2004
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
More information about the cvs-src
mailing list