Hello ,
I have installed Proxmox with ZFS RAID Z1.
I have a doubt.
In a KVM Virtio, always use VirtIO = Write Back.
But doing tests, I see Default(no cache). It is much faster write speed.
test: dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync
cache: none = 1073741824 bytes (1.1 GB) copied, 0.813185 s, 1.3 GB/s
cache:Write Back = 1073741824 bytes (1.1 GB) copied, 2.37712 s, 452 MB/s
It is normal? I have to use cache: none? or better another config?
Thank you.
I have installed Proxmox with ZFS RAID Z1.
I have a doubt.
In a KVM Virtio, always use VirtIO = Write Back.
But doing tests, I see Default(no cache). It is much faster write speed.
test: dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync
cache: none = 1073741824 bytes (1.1 GB) copied, 0.813185 s, 1.3 GB/s
cache:Write Back = 1073741824 bytes (1.1 GB) copied, 2.37712 s, 452 MB/s
It is normal? I have to use cache: none? or better another config?
Thank you.