I'm a little confused with the documentation. The BTRFS page says
BTRFS will honor the O_DIRECT flag when opening files, meaning VMs should not use cache mode none, otherwise there will be checksum errors. which I understand to mean set the disk cache to anything other than none.
However on...