• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

ZFS Stability: Linux vs Solaris

402blownstroker

[H]ard|DCer of the Month - Nov. 2012
Joined
Jan 5, 2006
Messages
3,257
Currently I have a zfs on linux setup. Over the last two months I have seen a couple of stability issues. I am currently scrubbing the pool nightly and capacity is around 450GB of 3TB. The pool is made up as follows:

  • (4) 1TB WD Black Drives in RAIDZ
  • (2) 128GB SSD as cache drives
  • 9 Filesystems all with sharenfs=on set

1) Transferring large files, 10+ GB, causes the system to hang from 30 seconds to 10+ minutes. The machine does respond to pings, but it can not be accessed: slogin, nfs, or console( it is non responsive ).

2) I moved one of the SSD cache drives to a log drive to improve write performance and things went to complete hell. Basically any type of pool access would cause kernel panics. This would happen with local or remote access, read or write operations. I moved the SSD back from log to cache and things appear to be work again.

In both cases zpool status reported no issues, problems, corrupted data, etc. Are these issues with ZFS on linux? Would native solaris perform better and be more stable?

I am also most things about going back to good olde RAID5 or RAID50.
 
What you are seeing is definitely not normal. I've been using ZoL since December and have had 0 issues. Performance is excellent and i'm using the volume daily.

You should go ask the friendly people in #zfsonlinux on freenode.
 
I am currently scrubbing the pool nightly and capacity is around 450GB of 3TB.
Why are you scrubbing so frequently? I'd think weekly scrubs would be more than sufficient, many only do monthly. Are you using ECC RAM? What's your scrub speed and what processor? What else is running on the box? What OS and version? Which ZFS version?

I've been running ZFS on Ubuntu pretty flawlessly for the past 6 months now. I think it's safe to say your experience is the exception, rather than the rule.
 
I run weekly (sunday night at 3AM) on nearline SAS drives. I agree daily is overkill...
 
Back
Top