Re: [zfs-discuss] ZFS very slow under xVM

2007-11-29 Thread Martin
I set /etc/system's zfs:zfs_arc_max = 0x1000 and it seems better now. I had previously tried setting it to 2Gb rather than 256Mb as above without success... I should have tried much lower! It "seems" that when I perform I/O though a WindowsXP hvm, I get a "reasonable" I/O rate, but I'm not

Re: [zfs-discuss] [xen-discuss] xVm blockers!

2007-11-29 Thread Martin
Regarding the following that I also hit, see http://www.opensolaris.org/jive/thread.jspa?messageID=180995 and if any further details or tests are required, I would be happy to assist. > 3/ Problem with DMA under Xen ... e.g. my areca raid cards works > perfect on a 8GB box without xen but because

[zfs-discuss] Changing all the underlying device names...

2007-11-29 Thread Karl Pielorz
Hi All, I'm a new ZFS convert (so far, I've only been impressed by ZFS) - I'm running it under FreeBSD 7 atm. I've got to 'shuffle' all the underlying devices around on my raidz pool - so their device names will all either change (e.g. "da0" will become "ad4") - or the devices will get 'jumbl

[zfs-discuss] Multiple ZFS partitions on overlapping region of USB stick

2007-11-29 Thread Martin
I used a usb stick, and the first time I used it, I used something similar to zpool create black c5t0d0p0 # ie with the "p0" pseudo partition and used it happily for some while. Some weeks later, I wanted to use the stick again, starting afresh, but this time used zpool create black c5t0d0 # ie

Re: [zfs-discuss] Multiple ZFS partitions on overlapping region of USB stick

2007-11-29 Thread Martin
and when I re-created it, the duplicate disappeared... # zpool destroy black # zpool create -f newblack c5t0d0 # zpool export newblack # zpool import pool: newblack id: 5325813934475784040 state: ONLINE action: The pool can be imported using its name or numeric identifier. config:

Re: [zfs-discuss] Nice chassis for ZFS server

2007-11-29 Thread MP
Intel show a configuration of this chassis in the Hardware Technical Specification: http://download.intel.com/support/motherboards/server/ssr212mc2/sb/ssr212mc2_tps_12.pdf without the RAID controller. I assume that then the 4xSAS ports on the Blackford chipset are then used, rather than the 4xS

[zfs-discuss] install notes for zfs root.

2007-11-29 Thread Rob Logan
After a fresh SMI labeled c0t0d0s0 / swap /export/home jumpstart in /etc check hostname.e1000g0 defaultrouter netmasks resolv.conf nsswitch.conf services hosts coreadm.conf acctadm.conf dumpadm.conf named.conf rsync.conf svcadm disable fc-cache cde-login cde-calendar-manager cde-printinfo

[zfs-discuss] ZFS write time performance question

2007-11-29 Thread Luke Schwab
HI, The question is a ZFS performance question in reguards to SAN traffic. We are trying to benchmark ZFS vx VxFS file systems and I get the following performance results. Test Setup: Solaris 10: 11/06 Dual port Qlogic HBA with SFCSM (for ZFS) and DMP (of VxFS) Sun Fire v490 server LSI Raid 3

Re: [zfs-discuss] [xen-discuss] xVm blockers!

2007-11-29 Thread Kevin Fox
On Nov 28, 2007, at 5:38 AM, K wrote: > > 1/ Anchor vNic, the equivalent of linux dummy interfaces, we need more > flexibility in the way we setup xen networking. What is sad is that > the code is already available in the unreleased crossbow bits... but > it won't appear in nevada until Q1 2008 :

Re: [zfs-discuss] Yager on ZFS

2007-11-29 Thread Tom Buskey
> Getting back to 'consumer' use for a moment, though, > given that something like 90% of consumers entrust > their PC data to the tender mercies of Windows, and a > large percentage of those neither back up their data, > nor use RAID to guard against media failures, nor > protect it effectively fr

Re: [zfs-discuss] Yager on ZFS

2007-11-29 Thread Toby Thain
On 29-Nov-07, at 2:48 PM, Tom Buskey wrote: >> Getting back to 'consumer' use for a moment, though, >> given that something like 90% of consumers entrust >> their PC data to the tender mercies of Windows, and a >> large percentage of those neither back up their data, >> nor use RAID to guard agai

Re: [zfs-discuss] x4500 w/ small random encrypted text files

2007-11-29 Thread Richard Elling
Kam Lane wrote: > I'm getting ready to test a thumper (500gig drives/ 16GB) as a backup store > for small (avg 2kb) encrypted text files. I'm considering a zpool of 7 x 5+1 > raidz1 vdevs to maximize space and provide some level of redundancy carved > into about 10 zfs filesystems. Since the fil

Re: [zfs-discuss] Yager on ZFS

2007-11-29 Thread Paul Kraus
On 11/29/07, Toby Thain <[EMAIL PROTECTED]> wrote: > Xserve + Xserve RAID... ZFS is already in OS X 10.5. > > As easy to set up and administer as any OS X system; a problem free > and FAST network server to Macs or PCs. That is a great theory ... we have a number of Xserves with Xraids. N

Re: [zfs-discuss] Yager on ZFS

2007-11-29 Thread Toby Thain
On 29-Nov-07, at 4:09 PM, Paul Kraus wrote: > On 11/29/07, Toby Thain <[EMAIL PROTECTED]> wrote: > >> Xserve + Xserve RAID... ZFS is already in OS X 10.5. >> >> As easy to set up and administer as any OS X system; a problem free >> and FAST network server to Macs or PCs. > > That is a gre

Re: [zfs-discuss] x4500 w/ small random encrypted text files

2007-11-29 Thread Mike Gerdts
On Nov 29, 2007 11:41 AM, Richard Elling <[EMAIL PROTECTED]> wrote: > It depends on the read pattern. If you will be reading these small > files randomly, then there may be a justification to tune recordsize. > In general, backup/restore workloads are not random reads, so you > may be ok with the

Re: [zfs-discuss] ZFS write time performance question

2007-11-29 Thread Luke Schwab
The 250KB below was confusing to one reader. What I mean is that over the interval of the file write, it transfers 250KB of traffic. man iostat and you can see that it is correct. 250KB per second is not the bandwidth. I also understand the 'mkfile' is not an acceptable perrformance benchmar

Re: [zfs-discuss] Yager on ZFS

2007-11-29 Thread Paul Kraus
On 11/29/07, Toby Thain <[EMAIL PROTECTED]> wrote: > > That is a great theory ... we have a number of Xserves with > > Xraids. No ZFS on Mac OS X (yet), > > 10.5. Last I looked they were only supporting read only ZFS under 10.5. Also, based on the experiences of a number of my cow

Re: [zfs-discuss] x4500 w/ small random encrypted text files

2007-11-29 Thread Richard Elling
Mike Gerdts wrote: > On Nov 29, 2007 11:41 AM, Richard Elling <[EMAIL PROTECTED]> wrote: > >> It depends on the read pattern. If you will be reading these small >> files randomly, then there may be a justification to tune recordsize. >> In general, backup/restore workloads are not random reads,

Re: [zfs-discuss] ZFS write time performance question

2007-11-29 Thread Brendan Gregg - Sun Microsystems
G'Day Luke, On Thu, Nov 29, 2007 at 08:18:09AM -0800, Luke Schwab wrote: > HI, > > The question is a ZFS performance question in reguards to SAN traffic. > > We are trying to benchmark ZFS vx VxFS file systems and I get the following > performance results. > > Test Setup: > Solaris 10: 11/06

Re: [zfs-discuss] x4500 w/ small random encrypted text files

2007-11-29 Thread Roch Bourbonnais
No need to tune recordsize when the filesizes are small. Each file is stored as a single record. -r Le 29 nov. 07 à 08:20, Kam Lane a écrit : > I'm getting ready to test a thumper (500gig drives/ 16GB) as a > backup store for small (avg 2kb) encrypted text files. I'm > considering a zpool

Re: [zfs-discuss] Changing all the underlying device names...

2007-11-29 Thread James C. McPherson
Hi Karl, Karl Pielorz wrote: > I'm a new ZFS convert (so far, I've only been impressed by ZFS) - I'm > running it under FreeBSD 7 atm. > I've got to 'shuffle' all the underlying devices around on my raidz pool - > so their device names will all either change (e.g. "da0" will become "ad4") > -

[zfs-discuss] Move zpool of 3 disks to a single disk?

2007-11-29 Thread Dave Lowenstein
So we have a zpool that was grown over time by using the 'zpool add' command to add some space. This has ended up with a zpool made of three devices on our old hp san. This is on solaris 10 sparc. I want to move the zpool to fc netapp storage using zpool replace, completely getting it off the H

Re: [zfs-discuss] x4500 w/ small random encrypted text files

2007-11-29 Thread Ross
Might be off-topic slightly, but why not raid-z2? We're looking at a thumper ourselves and I'd be nervous of data loss with single parity raid (I've had enough close calls with SCSI drives, let alone SATA). This message posted from opensolaris.org

Re: [zfs-discuss] Nice chassis for ZFS server

2007-11-29 Thread Ross
Rumours are that Dell are going to start supporting ZFS now they're shipping Solaris. I'm waiting to see if there are going to be some nice little boxes from them :) This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@

Re: [zfs-discuss] x4500 w/ small random encrypted text files

2007-11-29 Thread Al Hopper
On Thu, 29 Nov 2007, Ross wrote: reformatted ... > Might be off-topic slightly, but why not raid-z2? We're looking at > a thumper ourselves and I'd be nervous of data loss with single > parity raid (I've had enough close calls with SCSI drives, let alone > SATA). What do you mean by "let

Re: [zfs-discuss] x4500 w/ small random encrypted text files

2007-11-29 Thread Rob Windsor
Al Hopper wrote: > On Thu, 29 Nov 2007, Ross wrote: > > reformatted ... >> Might be off-topic slightly, but why not raid-z2? We're looking at >> a thumper ourselves and I'd be nervous of data loss with single >> parity raid (I've had enough close calls with SCSI drives, let alone >> SATA)

Re: [zfs-discuss] Nice chassis for ZFS server

2007-11-29 Thread John Martinez
On Nov 29, 2007, at 2:56 PM, Ross wrote: > Rumours are that Dell are going to start supporting ZFS now they're > shipping Solaris. I'm waiting to see if there are going to be some > nice little boxes from them :) I evaled one of these too. Worked great with ZFS.

[zfs-discuss] ISCSI LUNs changing size and losing ACLs

2007-11-29 Thread Mark Ashley
Hey folks, We're at Solaris Nevada snv_64a SPARC. We have a number of ISCSI volumes shared out with different sizes (1GB, 50GB, 10GB etc) and ACLs to limit which windoze machines can access what. We've had issues in the past with zpool devices being removed which resulted in corrupted zpools with

Re: [zfs-discuss] x4500 w/ small random encrypted text files

2007-11-29 Thread Richard Elling
Al Hopper wrote: > On Thu, 29 Nov 2007, Ross wrote: > > reformatted ... > >> Might be off-topic slightly, but why not raid-z2? We're looking at >> a thumper ourselves and I'd be nervous of data loss with single >> parity raid (I've had enough close calls with SCSI drives, let alone >> S

Re: [zfs-discuss] Trial x4500, zfs with NFS and quotas.

2007-11-29 Thread Jorgen Lundman
Thank you all for your input and ideas, it has been an interesting time. I have ended up with the following conclusions, some of which are specific to our circumstance. * lofs Having all zfs file-systems as one export, would have been very attractive, but unfortunately, lofs will only

Re: [zfs-discuss] x4500 w/ small random encrypted text files

2007-11-29 Thread Kam
Thanks everyone. Basically I'll be generating a list of files to grab and doing a wget to pull individual files from an apache web server and then placing them in their respective nested directory location. When it comes time for a restore, I generate another list of files scattered throughout t