Re: [zfs-discuss] mix 4k wdd drives whit 512 WD drives ?

2011-01-26 Thread Benji
Those WD20EARS emulate 512 bytes sectors, so yes you can freely mix and match them with other "regular" 512 bytes drives. Some have reported slower read/write speeds but nothing catastrophic. Or you can create a new 4K aligned pool (composed of only 4K drives!) to really take advantage of them.

Re: [zfs-discuss] zpool scalability and performance

2011-01-13 Thread Benji
The way I understand it is that you should add new mirrors (vdevs) of the same size as the other vdevs already attached to the said pool. That is, if your vdevs are mirrors of 2TB drives, don't add a new mirror of, say, 1TB drives. I might be wrong but this is my understanding. -- This message

Re: [zfs-discuss] serious problem plz need your help ( I/O error)

2011-01-13 Thread Benji
Maybe this can be of help: (ZFS Administration Guide) http://docs.sun.com/app/docs/doc/819-5461/gavwg?a=view -- This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinf

Re: [zfs-discuss] Mirroring raidz ?

2011-01-11 Thread Benji
24 disks, 2 controllers. You could create a mirrored pool of 12 vdevs, e.g. zpool create tank mirror c0t0d0 c1t1d0 zpool add tank mirror c0t1d0 c1t2d0 ... Alternating between the 2 controllers for each mirror so that when one controller fails, the pool would become degraded but still available.

Re: [zfs-discuss] Migrating zpool to new drives with 4K Sectors

2011-01-10 Thread Benji
Actually, it is not my blog ;) To answer your question: you first need to create a new vdev that is 4K aligned unfortunately. I am not aware of any other means to accomplish what you seek. -- This message posted from opensolaris.org ___ zfs-discuss mai

Re: [zfs-discuss] Migrating zpool to new drives with 4K Sectors

2011-01-07 Thread Benji
I have recently done this. See here for more details: http://www.solarismen.de/archives/5-Solaris-and-the-new-4K-Sector-Disks-e.g.-WDxxEARS-Part-2.html) What version are you running? There's a compiled version of the modified zpool command that will create pools that are 4K aligned somewhere, f

Re: [zfs-discuss] Hard Errors on HDDs

2011-01-06 Thread Benji
For anyone that is interested, here's a progress report. I created a new pool with only one mirror vdev of 2 disks, namely with the new SAMSUNG HD204UI. These drives, along with the older HD203WI, use Advanced Format Technology (e.g. 4K sectors). Only these drives had hard errors in my pool, as

Re: [zfs-discuss] Hard Errors on HDDs

2011-01-03 Thread Benji
Thanks for the input! I am using an Ipass to Ipass cable that connects my HBA to my backplane. It was firmly locked into both connectors. I offlined 2 supposedly faulty SAMSUNG drives, scanned their whole surface using estools and it did not report any errors. I'm starting to think that it ma

[zfs-discuss] Hard Errors on HDDs

2011-01-03 Thread Benji
Hi, I recently noticed that there are a lot of Hard Errors on multiple drives that's being reported by iostat. Also, dmesg reports various messages from the mpt driver. My config is: MB: SUPERMICRO X8SIL-F HBA: AOC-USAS-L8i (LSI 1068) RAM: 4GB ECC SunOS SAN 5.11 snv_134 i86pc i386 i86pc Solaris