HI thanks a lot for this excellent project...
Here's my PB
1- my vms are too slow.. can't even open a window while using a rdp access to them
2- a backup of vm of 2GB hard disk size took 8hours !
after a lot Googling I comes with the following conclusions
This is due to the very slow FSYNCS value (40)
Here's my config
1- Server: DELL Power Edge R220 2 controllers NO RAID
pveversion
pve-manager/4.1-1/2f9650d4 (running kernel: 4.2.6-1-pve)
2- lspci | grep SATA
00:1f.2 IDE interface: Intel Corporation 8 Series/C220 Series Chipset Family 4-port SATA Controller 1 [IDE mode] (rev 05)
00:1f.5 IDE interface: Intel Corporation 8 Series/C220 Series Chipset Family 2-port SATA Controller 2 [IDE mode] (rev 05)
Tests done without any VM running
3- hdparm -tT /dev/sda
/dev/sda:
Timing cached reads: 29234 MB in 2.00 seconds = 14633.75 MB/sec
Timing buffered disk reads: 548 MB in 3.00 seconds = 182.38 MB/sec
4- pveperf /var/lib/vz
CPU BOGOMIPS: 24741.56
REGEX/SECOND: 2689348
HD SIZE: 341.08 GB (/dev/mapper/pve-data)
BUFFERED READS: 155.68 MB/sec
AVERAGE SEEK TIME: 24.64 ms
FSYNCS/SECOND: 43.83
Some Indicators that my help
1- I got this problem in proxmox 3.3 and 4.1 with proxmox 2.0 on the same hardaware FSYNS value was much greater (900)
2- as this is a software issue I think this could be due to :
a- some kind of modules integrated to the new kernels
b- some thing related to mounting partitions (lvm may be ) but not too sure as the same test done
on the other disk mounted simply by mount /dev/sdb1 /mnt/sdb1 give the same results
5- pveperf /mnt/sdb1
CPU BOGOMIPS: 24741.56
REGEX/SECOND: 2653792
HD SIZE: 458.32 GB (/dev/sdb1)
BUFFERED READS: 178.99 MB/sec
AVERAGE SEEK TIME: 18.45 ms
FSYNCS/SECOND: 14.79
Thanks a lot for your help
Here's my PB
1- my vms are too slow.. can't even open a window while using a rdp access to them
2- a backup of vm of 2GB hard disk size took 8hours !
after a lot Googling I comes with the following conclusions
This is due to the very slow FSYNCS value (40)
Here's my config
1- Server: DELL Power Edge R220 2 controllers NO RAID
pveversion
pve-manager/4.1-1/2f9650d4 (running kernel: 4.2.6-1-pve)
2- lspci | grep SATA
00:1f.2 IDE interface: Intel Corporation 8 Series/C220 Series Chipset Family 4-port SATA Controller 1 [IDE mode] (rev 05)
00:1f.5 IDE interface: Intel Corporation 8 Series/C220 Series Chipset Family 2-port SATA Controller 2 [IDE mode] (rev 05)
Tests done without any VM running
3- hdparm -tT /dev/sda
/dev/sda:
Timing cached reads: 29234 MB in 2.00 seconds = 14633.75 MB/sec
Timing buffered disk reads: 548 MB in 3.00 seconds = 182.38 MB/sec
4- pveperf /var/lib/vz
CPU BOGOMIPS: 24741.56
REGEX/SECOND: 2689348
HD SIZE: 341.08 GB (/dev/mapper/pve-data)
BUFFERED READS: 155.68 MB/sec
AVERAGE SEEK TIME: 24.64 ms
FSYNCS/SECOND: 43.83
Some Indicators that my help
1- I got this problem in proxmox 3.3 and 4.1 with proxmox 2.0 on the same hardaware FSYNS value was much greater (900)
2- as this is a software issue I think this could be due to :
a- some kind of modules integrated to the new kernels
b- some thing related to mounting partitions (lvm may be ) but not too sure as the same test done
on the other disk mounted simply by mount /dev/sdb1 /mnt/sdb1 give the same results
5- pveperf /mnt/sdb1
CPU BOGOMIPS: 24741.56
REGEX/SECOND: 2653792
HD SIZE: 458.32 GB (/dev/sdb1)
BUFFERED READS: 178.99 MB/sec
AVERAGE SEEK TIME: 18.45 ms
FSYNCS/SECOND: 14.79
Thanks a lot for your help