I'm a little confused with the documentation. The BTRFS page says
which I understand to mean set the disk cache to anything other than none.
However on the ZFS and Dir pages say that write back should be used instead of none if the storage does NOT support O_Direct.
What should I set my disk cache to for VMs on Proxmox 7? Thanks!
Code:
BTRFS will honor the O_DIRECT flag when opening files, meaning VMs should not use cache mode none, otherwise there will be checksum errors.
However on the ZFS and Dir pages say that write back should be used instead of none if the storage does NOT support O_Direct.
What should I set my disk cache to for VMs on Proxmox 7? Thanks!