Hello everyone,
I am fighting for a good IO performance on my server.
Anytime when I am doing some random stuff (e.g. copying within a VM) my whole server is like freezing.
Currently I am restoring a VM on one SSD with a specific ZFS pool. Parallel my webserver which uses a different ZFS pool on a totally different SSD freezes and is unable to respond.
Proxmox says that my IO delay is somewhere around 70 - 80 %.
says:
I have spend the last couple of days trying to debug/fix those issues but did not find any solution.
My server config would be:
8 x Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz
128 GB RAM (currently while restoring backup ~ 50% are being used)
Does anyone have any idea what to do ?
I am fighting for a good IO performance on my server.
Anytime when I am doing some random stuff (e.g. copying within a VM) my whole server is like freezing.
Currently I am restoring a VM on one SSD with a specific ZFS pool. Parallel my webserver which uses a different ZFS pool on a totally different SSD freezes and is unable to respond.
Proxmox says that my IO delay is somewhere around 70 - 80 %.
Code:
zpool iostat -v
Code:
capacity operations bandwidth
pool alloc free read write read write
------------------------------------------------------ ----- ----- ----- ----- ----- -----
SSD_500GB 140G 324G 164 615 2.03M 32.9M
ata-Samsung_SSD_850_EVO_500GB_S3R3NF0JA52227V 140G 324G 164 615 2.03M 32.9M
------------------------------------------------------ ----- ----- ----- ----- ----- -----
SSD_NVMe 140G 748G 392 48 3.97M 1.31M
nvme-Force_MP510_194982380001288848EA 140G 748G 392 48 3.97M 1.31M
------------------------------------------------------ ----- ----- ----- ----- ----- -----
Storage_10TB 974G 8.14T 5 0 53.2K 14.9K
ata-ST10000VN0008-2JJ101_ZL00NQWQ 974G 8.14T 1 0 11.9K 13.7K
logs - - - - - -
nvme-eui.0025385801411b9b-part1 12K 31.5G 3 0 41.3K 1.24K
cache - - - - - -
nvme-eui.0025385801411b9b-part6 8.18M 63.0G 0 0 136 8.33K
------------------------------------------------------ ----- ----- ----- ----- ----- -----
Storage_12TB 2.94T 7.97T 0 0 3.61K 6.03K
ata-HGST_HUH721212ALE600_8DG62YJX 2.94T 7.97T 0 0 3.15K 5.10K
logs - - - - - -
nvme-eui.0025385801411b9b-part2 12K 31.5G 0 0 474 956
cache - - - - - -
nvme-Samsung_SSD_970_PRO_512GB_S5JYNS0N801547H-part7 454K 63.0G 0 0 136 480
------------------------------------------------------ ----- ----- ----- ----- ----- -----
Storage_14TB 7.17T 5.55T 0 0 4.07K 6.58K
ata-WDC_WUH721414ALE6L4_Z2JJD6BT 7.17T 5.55T 0 0 3.61K 5.64K
logs - - - - - -
nvme-eui.0025385801411b9b-part3 140K 31.5G 0 0 473 955
cache - - - - - -
nvme-eui.0025385801411b9b-part8 386K 63.0G 0 0 136 411
------------------------------------------------------ ----- ----- ----- ----- ----- -----
Storage_6TB 929G 4.55T 0 0 2.11K 3.94K
ata-ST6000VN0041-2EL11C_ZA15SVNM 929G 4.55T 0 0 1.65K 3K
logs - - - - - -
nvme-eui.0025385801411b9b-part4 12K 31.5G 0 0 475 958
cache - - - - - -
nvme-eui.0025385801411b9b-part9 302K 63.0G 0 0 136 332
------------------------------------------------------ ----- ----- ----- ----- ----- -----
Storage_8TB 2.38T 4.89T 0 0 4.76K 6.77K
ata-WDC_WD80EFZX-68UW8N0_VKHN516X 2.38T 4.89T 0 0 4.29K 5.83K
logs - - - - - -
nvme-eui.0025385801411b9b-part5 24K 31.5G 0 0 474 957
cache - - - - - -
nvme-eui.0025385801411b9b-part10 1.12M 63.0G 0 0 136 1.15K
------------------------------------------------------ ----- ----- ----- ----- ----- -----
I have spend the last couple of days trying to debug/fix those issues but did not find any solution.
My server config would be:
8 x Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz
128 GB RAM (currently while restoring backup ~ 50% are being used)
Does anyone have any idea what to do ?