--
Hi! So you reconfigured it from pure speed mode, to reliability mode.
>I am wondering if you can suggest anything for me to do on this system to try and get the speeds back to the 400MB/s read/write range.
Put it back into speed mode. With three drives, are you wanting maximal speed or maximal reliability? Either you need to make your drives striped again (zpool create mypool disk1s2 disk2s2 disk3s2), in which case those three drives may be faster than your previous two drives. Or you need to get another drive and do a 1+0, or get more drives and stripe some raidzs. There is lots of talk about how to performance optimize your ZFS setup, and they apply because MacZFS is fundamentally just ZFS. The only performance limit I'm aware of is that MacZFS does not support l2arc.
And make sure you're creating them with 4k alignment, if they're 4k drives.
http://code.google.com/p/maczfs/wiki/FAQ#What_should_I_do_with_4k_(Advanced_Format)_hard_drives?
> @Peter we don't have access to that info unless your building ZFS on your
Yes, we do. I'm not sure what building an array has to do with it, Jason, so I don't mean to misunderstand what else you're saying, but we do have that stuff. Run 'zoink'. That's an app which was written by Apple, which doesn't exist on any other ZFS platform, which displays your realtime ZFS usage stats.
>> I have a couple of questions (I use ZFS but not on mac): does the
>> current/this version of zfs for mac support ashift?
Yes.
http://code.google.com/p/maczfs/wiki/FAQ#What_should_I_do_with_4k_(Advanced_Format)_hard_drives?
>> Also, running a 4-vdev raidz1 is going to be slower than 3,5 or 9
>> (although that shouldn't explain 2x the loss all by itself).
It wouldn't necessarily be *noticably* slower. That's just a matter of a minor alignment, and it bears benchmarking against your actual workload if you think you could actually measure it.
> --
>
> Not if by "performance" you mean "sequential throughput" (as
> is the case here) rather than IOPS. Wasn't there another thread about this
> just recently?
Yeah I pretty much did, speaking in gross generalizations. ^_^ Which may be more or less grotesque according to a given workload! YMMV. Benchmarks away.
--
--
sudo zpool create zpool_name mirror /dev/hd1 /dev/hd2 mirror /dev/hd3 /dev/hd4 mirror /dev/hd5 /dev/hd6--
--
-----
You received this message because you are subscribed to the Google Groups "zfs-macos" group.
To unsubscribe from this group and stop receiving emails from it, send an email to zfs-macos+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.