Re: ZFS v28 is ready for wider testing.

From: Pawel Jakub Dawidek <pjd_at_FreeBSD.org>
Date: Thu, 2 Sep 2010 23:48:23 +0200
On Tue, Aug 31, 2010 at 11:59:15PM +0200, Pawel Jakub Dawidek wrote:
[...]
> Ok, now that I know you read everything carefully, here is the patch:
> 
> 	http://people.freebsd.org/~pjd/patches/zfs_20100831.patch.bz2

Now it is even easier to test new ZFS! :)

Here you can find VirtualBox Appliance (113MB) with
FreeBSD 9-CURRENT and ZFSv28:

	http://people.freebsd.org/~pjd/misc/FreeBSD9_ZFSv28_0.1.tgz

Untar it, import it (zfsv28.ovf) to VirtualBox and have fun.

You can log in as root with no password (via virtual console or via SSH).
The system IP address is IP 192.168.56.66/24.
There are 16 ada(4) disks to play with. For example:

	zfsv28:root:~# zpool create tank raidz3 ada{0,1,2,3,4,5,6,7} raidz3 ada{8,9,10,11,12,13,14,15}
	zfsv28:root:~# zpool status
	  pool: tank
	 state: ONLINE
	 scan: none requested
	config:
	
	        NAME        STATE     READ WRITE CKSUM
	        tank        ONLINE       0     0     0
	          raidz3-0  ONLINE       0     0     0
	            ada0    ONLINE       0     0     0
	            ada1    ONLINE       0     0     0
	            ada2    ONLINE       0     0     0
	            ada3    ONLINE       0     0     0
	            ada4    ONLINE       0     0     0
	            ada5    ONLINE       0     0     0
	            ada6    ONLINE       0     0     0
	            ada7    ONLINE       0     0     0
	          raidz3-1  ONLINE       0     0     0
	            ada8    ONLINE       0     0     0
	            ada9    ONLINE       0     0     0
	            ada10   ONLINE       0     0     0
	            ada11   ONLINE       0     0     0
	            ada12   ONLINE       0     0     0
	            ada13   ONLINE       0     0     0
	            ada14   ONLINE       0     0     0
	            ada15   ONLINE       0     0     0
	
	errors: No known data errors

-- 
Pawel Jakub Dawidek                       http://www.wheelsystems.com
pjd_at_FreeBSD.org                           http://www.FreeBSD.org
FreeBSD committer                         Am I Evil? Yes, I Am!

Received on Thu Sep 02 2010 - 19:48:40 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:07 UTC