What could I do, to obtain a Linux file system, with the same guarantees as ACID guarantees for databases?
It seems file systems haven’t advanced to this point that I had assumed would be industry standard for everything by now.
At least I could not find any search results for it.
The best I could find is that they manage to keep their structural data intact. But not the actual file contents. (Though I do not know enough about ZFS, let alone Lustre.)
Am I approaching this wrong? Is the file system the wrong layer? (Maybe the block layer is the right one?)
I don’t exactly want to run ext4 on top of PostgreSQL via FUSE, or some other impossible Lovecraftian abomination like that. ;)
EDIT: As an administrator, I plan on setting up a high-reliability business server (for files, not databases) with it. Obviously a file system with ACID guarantees is what a business wants on its servers in that case. I can’t think of any StackExchange site more appropriate for this than serverfault.