Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Unfamiliar (Score 1) 370

I ran a home ZFS box with 2 GB in it (1.5 TB of mirrored storage) for 6 months with zero issues using FreeNAS. It's now got 10 GB, for home media streaming use i have noticed basically zero difference. Saturated gig-e with both setups.

Comment Re:Unfamiliar (Score 1) 370

Bullshit. You can add different size VDEVs to a pool, it works fine. It auto balances load across them, and no partitioning is required. My current home setup is 2x1 TB and 2x 512 GB mirrors (soon to be replaced with bigger drives, when it is full).

Comment Re:Unfamiliar (Score 1) 370

Just accept that you need to add (or replace) disks 2 at a time (mirror VDEVs), and move on. Unless you're dealing with > 20-30 drives, I'd suggest that RAIDZn is a poor choice. Also, the way writes work, making massive raid groups with large numbers of drives in them (i.e., adding another drive to a RAID5, like you would with BTRFS) is a bad idea. Parity RAID In general is a bad idea. Capacity is cheap, performance is not. Parity raid sucks for performance.

Comment Re:Unfamiliar (Score 1) 370

Yup. Most people's expansion difficulties are due to retarded pool configurations. If you accept that 1. disk is cheap and 2. mirrors, whilst expensive in terms of disk capacity are way better performance and more flexible, zfs rocks.

People seem to have it stuck in their head that bigger RAID numbers are better, but RAIDZ/RAIDZ2/RAIDZ3 are only really useful when you're dealing with HUGE numbers of disks and performance is not so important. Normally you're far better off creating a larger number of VDEV mirrors, both in terms of performance and in terms of flexibility.

Which brings up another point - those not used to dealing with enterprise storage may not realize that you can/should/maybe want an array with more than one RAID group in it. They end up putting all their disks in one big VDEV which sucks for performance and flexibility, then blame ZFS for not being flexible.

Read how it works, don't make retarded choices based on ignorance, and you'll be fine.

Comment Re: Unfamiliar (Score 2) 370

1 GB of RAM is worth about $20 these days anyhow (less?).

And yes, de-dup is expensive. Most of the time in my experience you get far better benefits from compression anyhow (source: real world enterprise datasets at work).

Comment Re:Unfamiliar (Score 1) 370

CPU and RAM overhead is not "required". If you want to do things like in-line de-dupe, sure. If you use retarded ways of setting up your pools, then sure, expandability sucks.

The rules aren't "wierd", they are just different. The big mistake people make with ZFS is diving into it without reading any of the documentation on the assumption that they know what they're doing because they've used other filesystems before.

Don't do that. Have run ZFS for years, it's awesome.

Comment perspective.... (Score 1) 848

Media slant - beware. Russians will likely tell you that this is because the humanitarian aid convoy they sent got attacked. Presumably, they are sending more supplies and defending them this time.

Which version is true? Probably the truth is somewhere in the middle. Both sides use propaganda in any confrontation - not just "the bad guys".

Comment Re:Build a decent desktop? (Score 1) 727

OS X is a lot more than a Window manager. The fact that Linux people tend to think they can replicate what OS X is, by building a window manager that looks similar is pretty much representative of the problem. No one bothers to design any of the platform to build things on. Cocoa is massive and full featured. It provides everything you need to build applications, and is used pervasively throughout the system.

Slashdot Top Deals

"More software projects have gone awry for lack of calendar time than for all other causes combined." -- Fred Brooks, Jr., _The Mythical Man Month_

Working...