Hi there!
till now we have been using Promox 3.X
Now we are trialing the latest Proxmox 5.1 and we are really disappoint by the disk performance with the LVM system. Just want to know if this is expect or if something is wrong?
System:
* 8 x 2TB SATA drives in raid 0 (Yes just for testing sake dont worry this is not production)
* LSI MegaRaid SAS 2008 Card
* No active VM/CT on machine
* All testing done hostnode by mounting the LVM partitions
On the root disk we get the following:
while on a mounted LVM partition:
This is the exact same hardware and I would have hopped/expected the same result or very similar at least but as you can see when doing the tests on the LVM partition its much slower than when on the root
Any help would be greatly appreciated!
till now we have been using Promox 3.X
Now we are trialing the latest Proxmox 5.1 and we are really disappoint by the disk performance with the LVM system. Just want to know if this is expect or if something is wrong?
System:
* 8 x 2TB SATA drives in raid 0 (Yes just for testing sake dont worry this is not production)
* LSI MegaRaid SAS 2008 Card
* No active VM/CT on machine
* All testing done hostnode by mounting the LVM partitions
On the root disk we get the following:
Code:
root@px5-testing:/# hdparm -Tt /dev/mapper/pve-root
/dev/mapper/pve-root:
Timing cached reads: 14196 MB in 2.00 seconds = 7104.48 MB/sec
Timing buffered disk reads: 2554 MB in 3.00 seconds = 851.18 MB/sec
-----------------------------------------------------------------------------------
root@px5-testing:/# dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 2.17766 s, 493 MB/s
while on a mounted LVM partition:
Code:
root@px5-testing:/mnt-lvm-test# hdparm -Tt /dev/mapper/pve-vm--100--disk--1
/dev/mapper/pve-vm--100--disk--1:
Timing cached reads: 13848 MB in 2.00 seconds = 6929.65 MB/sec
Timing buffered disk reads: 1298 MB in 3.00 seconds = 432.49 MB/sec
-----------------------------------------------------------------------------------
root@px5-testing:/mnt-lvm-test# dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync
16384+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 6.82619 s, 157 MB/s
This is the exact same hardware and I would have hopped/expected the same result or very similar at least but as you can see when doing the tests on the LVM partition its much slower than when on the root
Any help would be greatly appreciated!