Proxmox . Replaced on some VMs virtual hard disks with IDE on VirtIO .
In the /etc/pve/qemu-server/*.conf files, /etc/pve/qemu-server/*.conf replaced these lines: bootdisk: virtio0 instead of ide0 :
virtio0: local:105/vm-105-disk-1.qcow2,size=10G The speed increase was pleasantly surprised. But on some machines, the speed has not changed:
hdparm -t /dev/vda 768 MB in 3.00 seconds = 255.58 MB/sec and
hdparm -t /dev/sda 768 MB in 3.00 seconds = 260.58 MB/sec which is almost the same.
On the same machines where everything became “beautiful”:
hdparm -t /dev/vda 768 MB in 3.00 seconds = 760.58 MB/sec I understand that the problem is in the VM itself. But for the time being I cannot understand why VM seems not to perceive that it works with a virtio driver. The machines have ubuntu server 12.04 LTS installed.
How to solve this problem?