Last edited:
Hi @dcsapakare your disks slow? high io delay just means that that the cpu waits for io to finish while it has nothing better to do.
if your vms are accessing many small files and your storage cannot keep up, this is no surprise (btw. mdraid is not supported/recommended by us and raid0 is especially dangerous)
If you arre not rebooting your proxmox, you can use zfs zil/l2arc ...@LnxBil and @lifespirit, thank you for your reply.
I've been thinking in acquiring Hybrid SoftRaid 2x2TB HD + 2x480GB SSD.
So my question is: is it possible to use both Hard Disks for VM data, and both SSD for cache ? If so, how to do this ?
I wish that I could use ZFS to speed up, but the problem is that I can't provisioning VMs to ZFS by cloning a template from a NFS storage.If you arre not rebooting your proxmox, you can use zfs zil/l2arc ...
you can parted your ssds into 10g and 400g partition
from scratch : zpool create tank hdd1 hdd2 log ssd1-10g ssd2-10g cache ssd1-400g ssd2-400g
(leaving 70g as OP), zfs will place your data balanced across devices, sometimes better than a simple RAID0, and performs better than lvm-cache, but it's cache part would be abandoned when rebooting.
You can also use Hardware RAID Card solutions like LSI CacheCade Pro2, but in my case it's performance would be bad, random access is not good.
I tryed ZFS before. According to my feelings ZFS - fs for realy hard projects. Cache wasn't can be configured, it must be configured. In default ZFS don't show good I/O in 2 HDD. Many wery specifics configurations. If you have realy many time and realy many hdd/ssd you can config ZFS realy good, but i wasn't can. So... In one day i format all my HDD and lvm volume group create.
I was mistaked in previos post. Line cache (SSD -> HDD) UNsafe. Cache cleaned in every boot. If some data don't write when server down (power reboot) you lose this.
You can cached full HDD size, why not? Think what VMs you have and how much disk I/O created all of them. Cache created with hot data. He don't balanced. You can create logical wolumes as you can imagination.2x SSD 480 GB used for cache is too much ? I'll be using 2x 2 TB HD for storing VMs