Comment on Getting Started with Proxmox
possiblylinux127@lemmy.zip 5 days agoLVM is not even close
ZFS is way more fault tolerant and scalable due to the underlying design. In continually does data integrity checks and will catch but flips.
ZFS also has Arc which allows your ram to act as a full on cache which improves performance.
interdimensionalmeme@lemmy.ml 5 days ago
You can do data scrubbing with PAR2 or filesystem level with btrfs on top of LVM (or even in a traditionnal partition)
I think you can ram cache with bcachefs or a ramdrive, and unless you’re in a VM then your file system driver would already do file caching in ram ?
possiblylinux127@lemmy.zip 5 days ago
Don’ use bcachefs as it isn’t stable and was removed from the kernel
I would just use ZFS. Don’t reinvent the wheel.