Hi guys,
on HP DL 580 G5 with p800 BBC HW RAID 10 setup using 8 x 10kRPM SAS disks on 4.3 (4.3-9/f7c6f0cd (running kernel: 4.4.21-1-pve)) and ext4 on thin LVM default install, we get really poor disk write speeds in host (as well on VMs).
Here's a few simple tests which show write speed of around 70MB/s !?! inside host (not from VM):
I was expecting sequential write speeds around 400MB/s and read around 800MB/s.
Hw controller is configured as write back.
I have no idea what else to check. I have disabled barriers in FS:
Any ideas would be greatly appreciated.
on HP DL 580 G5 with p800 BBC HW RAID 10 setup using 8 x 10kRPM SAS disks on 4.3 (4.3-9/f7c6f0cd (running kernel: 4.4.21-1-pve)) and ext4 on thin LVM default install, we get really poor disk write speeds in host (as well on VMs).
Here's a few simple tests which show write speed of around 70MB/s !?! inside host (not from VM):
Code:
fio --filename=brisi --sync=1 --rw=write --bs=10M --numjobs=1 --iodepth=1 --size=2000MB --name=test
...
Run status group 0 (all jobs):
WRITE: io=2000.0MB, aggrb=69567KB/s, minb=69567KB/s, maxb=69567KB/s, mint=29439msec, maxt=29439msec
Disk stats (read/write):
dm-0: ios=0/2668, merge=0/0, ticks=0/209376, in_queue=209904, util=87.09%, aggrios=126/2423, aggrmerge=0/261, aggrticks=272/210032, aggrin_queue=210300, aggrutil=87.07%
cciss!c0d0: ios=126/2423, merge=0/261, ticks=272/210032, in_queue=210300, util=87.07%
dd if=/dev/zero of=brisi bs=100M count=30 oflag=dsync
30+0 records in
30+0 records out
3145728000 bytes (3.1 GB) copied, 36.3609 s, 86.5 MB/s
pveperf
CPU BOGOMIPS: 115201.14
REGEX/SECOND: 913465
HD SIZE: 32.36 GB (/dev/dm-0)
BUFFERED READS: 360.37 MB/sec
AVERAGE SEEK TIME: 4.55 ms
FSYNCS/SECOND: 2600.34
DNS EXT: 34.94 ms
DNS INT: 1.62 ms
I was expecting sequential write speeds around 400MB/s and read around 800MB/s.
Hw controller is configured as write back.
Code:
=> controller slot=8 show detail
Smart Array P800 in Slot 8
Bus Interface: PCI
Slot: 8
Serial Number: X
Cache Serial Number: X
RAID 6 (ADG) Status: Enabled
Controller Status: OK
Hardware Revision: E
Firmware Version: 7.22
Rebuild Priority: Medium
Expand Priority: Medium
Surface Scan Delay: 15 secs
Surface Scan Mode: Idle
Queue Depth: Automatic
Monitor and Performance Delay: 60 min
Elevator Sort: Enabled
Degraded Performance Optimization: Disabled
Inconsistency Repair Policy: Disabled
Wait for Cache Room: Disabled
Surface Analysis Inconsistency Notification: Disabled
Post Prompt Timeout: 0 secs
Cache Board Present: True
Cache Status: OK
Cache Ratio: 25% Read / 75% Write
Drive Write Cache: Disabled
Total Cache Size: 512 MB
Total Cache Memory Available: 456 MB
No-Battery Write Cache: Disabled
Cache Backup Power Source: Batteries
Battery/Capacitor Count: 2
Battery/Capacitor Status: OK
SATA NCQ Supported: True
I have no idea what else to check. I have disabled barriers in FS:
Code:
cat /etc/fstab | grep ext4
/dev/pve/root / ext4 errors=remount-ro,barrier=0 0 1
Any ideas would be greatly appreciated.