Hi
I know that there is a lot of post of this in the forum, but I test lot of things and have no successful result on my server.
I use 8 small servers (Atom c2750 with 8G RAM DDR· and 1 hdd SSD 256G crucial MX100) in an proxmox cluster (version 3.4).
All servers are connected to other server to have one storage LVM for each 2 servers (all data are replicated in 2 servers) and have KVM in each server.
On each master server I recieve correct result :
dd if=/dev/zero of=/var/testfile bs=1M count=1000
1000+0 records in
1000+0 records out
1048576000 bytes (1.0 GB) copied, 2.45458 s, 427 MB/s
But not in VM :
dd if=/dev/zero of=/var/testfile bs=1M count=1000
1000+0 records in
1000+0 records out
1048576000 bytes (1,0 GB) copiados, 5,55088 s, 149 MB/s
All vm are in centos7 with ext4, I have tried to put barrier=0 in fstab and reboot, and also I have tried to active x-data-plane on in file config (http://forum.proxmox.com/threads/18502-KVM-kills-SSD-performance)... but I don't have any better result.
I'am not sure, but I don't thing the problem is the DRBD. I need KVM because openvz it's not compatible con cloudlinux that I use in some case, and not very compatible with drbd.
There is any solution to the problem (I'm deseperate )?
Thanks a sorry for my very low english level...
I know that there is a lot of post of this in the forum, but I test lot of things and have no successful result on my server.
I use 8 small servers (Atom c2750 with 8G RAM DDR· and 1 hdd SSD 256G crucial MX100) in an proxmox cluster (version 3.4).
All servers are connected to other server to have one storage LVM for each 2 servers (all data are replicated in 2 servers) and have KVM in each server.
On each master server I recieve correct result :
dd if=/dev/zero of=/var/testfile bs=1M count=1000
1000+0 records in
1000+0 records out
1048576000 bytes (1.0 GB) copied, 2.45458 s, 427 MB/s
But not in VM :
dd if=/dev/zero of=/var/testfile bs=1M count=1000
1000+0 records in
1000+0 records out
1048576000 bytes (1,0 GB) copiados, 5,55088 s, 149 MB/s
All vm are in centos7 with ext4, I have tried to put barrier=0 in fstab and reboot, and also I have tried to active x-data-plane on in file config (http://forum.proxmox.com/threads/18502-KVM-kills-SSD-performance)... but I don't have any better result.
I'am not sure, but I don't thing the problem is the DRBD. I need KVM because openvz it's not compatible con cloudlinux that I use in some case, and not very compatible with drbd.
There is any solution to the problem (I'm deseperate )?
Thanks a sorry for my very low english level...
Last edited: