Which settings are best with virtualization like VMware, XEN, qemu?
The biggest problem is that those products seem to also virtualize disk writes in a way that even barriers don’t work anymore, which means even a fsync is not reliable. Tests confirm that unplugging the power from such a system even with RAID controller with battery backed cache and hard disk cache turned off (which is save on a normal host) you can destroy a database within the virtual machine (client, domU whatever you call it). In qemu you can specify cache=off on the line specifying the virtual disk. For others information is missing.
Related Questions
- Are Sybase products supported on virtualization machines such as VMWare, Xen and MS Virtual Server / Windows Server Virtualization?
- What really differentiates the VMware hypervisor from Microsoft and Xen server virtualization software?
- Which settings are best with virtualization like VMware, XEN, qemu?