Hi!
I installed 1.7 on two nodes and updated to Kernel 2.6.35 (as I plan to use KVM only).
My storage is a large 1.8TB FC Array. I created a PV and VG (VM_Data) and added the storage as LVM group in Proxmox. Problem is that I got very poor I/O performace in the KVM VMs.
So I added a test LV and tried some dd on the LV.
dd if=/dev/sdc2 of=/dev/VM_Data/test bs=102400 count=10000
1024000000 Bytes (1,0 GB) kopiert, 72,8614 s, 14,1 MB/s
When i dd to the FC SCSI drive directly I get
1024000000 Bytes (1,0 GB) kopiert, 0,486052 s, 2,1 GB/s
Can anyone explain this to me?
I installed 1.7 on two nodes and updated to Kernel 2.6.35 (as I plan to use KVM only).
My storage is a large 1.8TB FC Array. I created a PV and VG (VM_Data) and added the storage as LVM group in Proxmox. Problem is that I got very poor I/O performace in the KVM VMs.
So I added a test LV and tried some dd on the LV.
dd if=/dev/sdc2 of=/dev/VM_Data/test bs=102400 count=10000
1024000000 Bytes (1,0 GB) kopiert, 72,8614 s, 14,1 MB/s
When i dd to the FC SCSI drive directly I get
1024000000 Bytes (1,0 GB) kopiert, 0,486052 s, 2,1 GB/s
Can anyone explain this to me?