Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2007 16:33:18 +0200
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        ?????? ??????? <softsearch@gmail.com>
Cc:        freebsd-geom@freebsd.org
Subject:   Re: raidtest for zfs
Message-ID:  <20070921143318.GC5690@garage.freebsd.pl>
In-Reply-To: <dcf881c30709210406j59603347vba8494eb5105932c@mail.gmail.com>
References:  <dcf881c30709210406j59603347vba8494eb5105932c@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--EgVrEAR5UttbsTXg
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, Sep 21, 2007 at 03:06:55PM +0400, ?????? ??????? wrote:
> Hello!
>=20
> How to run raidtest (
> http://www.freebsdsoftware.org/benchmarks/raidtest.html ) on zfs?
>=20
> 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

--=20
Pawel Jakub Dawidek                       http://www.wheel.pl
pjd@FreeBSD.org                           http://www.FreeBSD.org
FreeBSD committer                         Am I Evil? Yes, I Am!

--EgVrEAR5UttbsTXg
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (FreeBSD)

iD8DBQFG89YuForvXbEpPzQRAh3wAJ0UOlTck5IycU7Wt4YaclipPpo7NgCeI8kN
e7ppYnUAmLucq497n+OhJys=
=+DFm
-----END PGP SIGNATURE-----

--EgVrEAR5UttbsTXg--



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