Hacker News new | past | comments | ask | show | jobs | submit login

> Again, fsync()'s job is only to ensure the data is moved to durable storage.

The problem is that every layer in the stack lies. They say "yes it is definitely written to durable storage" when it is just in some cache layer and about to be written.




"The problem is that every layer in the stack lies. "

Not enterprise gear. Reliable storage does exist. I have tested many vendors myself, and gone through spec sheets under NDA (as mentioned above).

"They say "yes it is definitely written to durable storage" when it is just in some cache layer and about to be written."

Enterprise hardware contains batteries specifically designed so that caches can still be written out to durable storage in the event of power loss. Have you ever dealt with managing battery learning cycles on a Dell PERC?


> it is just in some cache layer and about to be written

Definitely not. I get that sometimes we find things that do lie, but lying about this is a huge P0 bug and everyone with an interest in data storage knows to be on the lookout for such brokenness. E.g. such people do not buy SSD that lack some sort of power fail flush protection.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: