Discussions on checksumming filesystems usually revolve around ZFS and BTRFS, but has someone any experience with bcachefs? It's upstreamed in the linux kernel, I learned, and is supposed to have full checksumming. The author also seems to take filesystem responsibility seriously. Is anyone using it around here? https://bcachefs.org/
That was a decision Linus regretted[1]. There has been some recent discussion about this here on Hacker News[2]. [1] https://linuxiac.com/torvalds-expresses-regret-over-merging-... [2] https://news.ycombinator.com/item?id=41407768
My 71 TiB ZFS NAS After 10 Years and Zero Drive Failures
251–260 of 314 posts
Re: My 71 TiB ZFS NAS After 10 Years and Zero Drive Failures
#252Earlier quoted context omitted.
Nothing is really going to protect you from a direct lightning strike. Lightning strikes are on the order of millions of volts and thousands of amps. It will arc between circuits that are close enough and it will raise the ground voltage by thousands of volts too. You basically need a lighting rod buried deep into the earth to prevent it hitting your house directly and then you’re still probably going to deal with fr…
Would a UPS protect against that either, though?
Re: My 71 TiB ZFS NAS After 10 Years and Zero Drive Failures
#253the 'secret' is not that you turn them off. it's simply luck. I have 4TB HGST drives running 24/7 for over a decade. ok, not 24 but 8, and also 0 failures. But I'm also lucky, like you. Some of the people I know have several RMAs with the same drives so there's that. My main question is: What is it that takes 71TB but can be turned off most of the time? Is this the server you store backups?
Still waiting for somebody to explain this to me as well.
Re: My 71 TiB ZFS NAS After 10 Years and Zero Drive Failures
#254Earlier quoted context omitted.
Would a UPS protect against that either, though?
No. Current will find a way. Lightning will destroy things you didn’t even think would be possible to destroy.
Re: My 71 TiB ZFS NAS After 10 Years and Zero Drive Failures
#255> Losing the system due to power shenanigans is a risk I accept. A UPS provides more than just that, it delivers constant energy without fluctuations and thus makes your hardware last longer.
Yeah, this definitely caused me to raise an eyebrow. UPS covers brown outs and obviously the occasional temporary power outage. All those drives spinning at full speed suddenly coming to a grinding halt as the power is suddenly cut, and you're quibbling over a paltry additional 10 watts? I can only assume that the data is not that important.
Re: My 71 TiB ZFS NAS After 10 Years and Zero Drive Failures
#256> Losing the system due to power shenanigans is a risk I accept. There is another (very rare) failure an ups protects against, and that's imbalance in the electricity. You can get a spike (up or down, both can be destructive) if there is construction in your area and something happens with the electricity, or lightning hits a pylon close enough to your house. First job I worked at had multiple servers die like that,…
The $99 850VA APC you get from Office Depot does not do this. It switches from AC to battery very quickly, but it doesn't really do power conditioning.
If you can afford the good ones, they genuinely improve reliability of your hardware over the long term. Clean power is great.
Re: My 71 TiB ZFS NAS After 10 Years and Zero Drive Failures
#257Earlier quoted context omitted.
Reminds me of the time back in the day when Dell shipped us a server with drives serial numbers being consecutive. Of course both failed at the same time and I spent an all nighter doing a restore.
I ordered my NAS drives on Amazon, to avoid getting the same batch (all consecutive serial numbers) I used amazon.co.uk for one half and amazon.de for the other half of them. One could also stage the orders in time.
Re: My 71 TiB ZFS NAS After 10 Years and Zero Drive Failures
#258Earlier quoted context omitted.
Yes, zfs includes file-level checksums.
This is not strictly accurate. ZFS records checksums of the records of data that make up the file storage. If you want an end to end file-level checksum (like a SHA-256 digest of the contents of the file) you still need to layer that on top. Which is not to say it's bad, and it's certainly something I rely on a lot, but it's not quite the same!
Re: My 71 TiB ZFS NAS After 10 Years and Zero Drive Failures
#259Do you have a drive rotation schedule? 24 drives. Same model. Likely the same batch. Similar wear. Imagine most of them failing at the same time, and the rest failing as you're rebuilding it due to the increased load, because they're already almost at the same point. Reliable storage is tricky.
Reminds me of the HN outage where two SSDs both failed after 40k hours: https://news.ycombinator.com/item?id=32031243