Hi there!
I've migrating virtual hosts from libvirt to proxmox. In process of migration I've notice performance degradation from 5 to 50% on same hardware. Hosts use nearly the same kernels - ubuntu 2.6.35.
Diffenences only in configuration:
1. IO shceduler : CFQ (proxmox) against Deadline (my old manualy tuned ubuntu server). I chage shceduler to Deadline for all proxmox hosts.
2. KVM storage configuration:
on old setup I've used virtio on LVM (backed by raid 1) with cache=none.
The question is how to change cache parameter of KVM on proxmox hosts?
Now that absolutly useless caching make presure on memory and brings to swap out VMs memory. In addition, that cache by itself descrease io throughput significantly.
ANY WORKAROUND is welcome.
Can someone point me to code where QEMU/KVM comandline is assembled.
I've migrating virtual hosts from libvirt to proxmox. In process of migration I've notice performance degradation from 5 to 50% on same hardware. Hosts use nearly the same kernels - ubuntu 2.6.35.
Diffenences only in configuration:
1. IO shceduler : CFQ (proxmox) against Deadline (my old manualy tuned ubuntu server). I chage shceduler to Deadline for all proxmox hosts.
2. KVM storage configuration:
on old setup I've used virtio on LVM (backed by raid 1) with cache=none.
The question is how to change cache parameter of KVM on proxmox hosts?
Now that absolutly useless caching make presure on memory and brings to swap out VMs memory. In addition, that cache by itself descrease io throughput significantly.
ANY WORKAROUND is welcome.
Can someone point me to code where QEMU/KVM comandline is assembled.
Last edited: