Merge commit 'refs/top-bases/linux-have-xdr' into linux-have-xdr

This commit is contained in:
Brian Behlendorf 2009-01-20 16:23:28 -08:00
commit 9e5c8d1394
1 changed files with 12 additions and 25 deletions

37
README
View File

@ -10,9 +10,9 @@
make make
make check <as root> make check <as root>
2) Build ZFS, this port is based on build 89 of ZFS from OpenSolaris. 2) Build ZFS, this port is based on build specified by the ZFS.RELEASE
You will need to have both the kernel and SPL source available. file. You will need to have both the kernel and SPL source available.
To build ZFS for use as a Linux kernel module (default): To build ZFS for use as a Linux kernel module.
tar -xzf zfs-x.y.z.tgz tar -xzf zfs-x.y.z.tgz
cd zfs-x.y.z cd zfs-x.y.z
@ -21,33 +21,20 @@
make make
make check <as root> make check <as root>
========================= ZFS USER LIBRARY BUILD =========================
1) Build ZFS, this port is based on build 89 of ZFS from OpenSolaris.
To build ZFS as a userspace library:
tar -xzf zfs-x.y.z.tgz
cd zfs-x.y.z
./configure --zfsconfig=user
make
make check <as root>
============================ ZPIOS TEST SUITE ============================ ============================ ZPIOS TEST SUITE ============================
3) Provided is an in-kernel test application called zpios which can be 3) Provided is an in-kernel test application called zpios which can be
used to simulate a parallel IO load. It may be used as a stress test used to simulate a parallel IO load. It may be used as a stress
or as a performance to measure your configuration. To simplify testing or performance test for your configuration. To simplify testing
there are scripts provided in the scripts/ directory. A single test scripts provided in the scripts/ directory which provide a few
can be run as follows: pre-built zpool configurations and zpios test cases. By default
'make check' as root will run a simple test against several small
WARNING: You MUST update DEVICES in the create-zpool.sh script loopback devices created in /tmp/.
to reference the devices you wish to use.
cd scripts cd scripts
./load-zfs.sh # Load the ZFS/SPL module stack ./zfs.sh # Load the ZFS/SPL modules
./create-zpool.sh # Modify DEVICES to list your zpool devices ./zpios.sh -c lo-raid0.sh -t tiny -v # Tiny zpios loopback test
./zpios.sh # Modify for your particular zpios test ./zfs.sh -u # Unload the ZFS/SPL modules
./unload-zfs.sh # Unload the ZFS/SPL module stack
Enjoy, Enjoy,
Brian Behlendorf <behlendorf1@llnl.gov> Brian Behlendorf <behlendorf1@llnl.gov>