raidtest for zfs

Pawel Jakub Dawidek pjd at FreeBSD.org
Fri Sep 21 07:34:57 PDT 2007


On Fri, Sep 21, 2007 at 03:06:55PM +0400, ?????? ??????? wrote:
> Hello!
> 
> How to run raidtest (
> http://www.freebsdsoftware.org/benchmarks/raidtest.html ) on zfs?
> 
> diskinfo dos'n work.

raidtest is for block device testing. If you want to test ZFS with it,
you need to create ZVOL with 'zfs create -V' command, eg.

	# zpool create tank raidz da{0,1,2,3,4}
	# zfs create -V 100g tank/vol
	# diskinfo -v /dev/zvol/tank/vol

-- 
Pawel Jakub Dawidek                       http://www.wheel.pl
pjd at FreeBSD.org                           http://www.FreeBSD.org
FreeBSD committer                         Am I Evil? Yes, I Am!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-geom/attachments/20070921/ade7834c/attachment.pgp


More information about the freebsd-geom mailing list