Hello everyone,
I am getting strange disk write benchmakrs compared Proxmox directly vs a Ubuntu 20.04 VM.
General: 4x Non-Enterprise SATA "Seagate BarraCuda Compute 2TB, 2.5" running as ZFS RAID10.
Write tests using
If I run this test directly on Proxmox I get following results:
ZFS sync=standard
ZFS sync=disabled
On my VM I get totally different values:
ZFS sync=standard
ZFS sync=disabled
Anyone got an explanation for such different values?
EDIT:
Some system specifications:
CPU: AMD Epyc 7252 (8C/16T)
Memory: 128 GB DDR4 ECC RAM
Mainboard: Supermicro H12SSL-CT
Additional Storagecard: Supermicro AOC-S3008L-L8e (HBA-mode)
I am getting strange disk write benchmakrs compared Proxmox directly vs a Ubuntu 20.04 VM.
General: 4x Non-Enterprise SATA "Seagate BarraCuda Compute 2TB, 2.5" running as ZFS RAID10.
Write tests using
Code:
sync; dd if=/dev/zero of=tempfile bs=1M count=20480; sync
If I run this test directly on Proxmox I get following results:
ZFS sync=standard
21474836480 bytes (21 GB, 20 GiB) copied, 12.9134 s, 1.7 GB/s
ZFS sync=disabled
21474836480 bytes (21 GB, 20 GiB) copied, 11.5583 s, 1.9 GB/s
On my VM I get totally different values:
ZFS sync=standard
21474836480 Bytes (21 GB, 20 GiB) copied, 181.414 s, 118 MB/s
ZFS sync=disabled
21474836480 Bytes (21 GB, 20 GiB) copied, 22.5636 s, 952 MB/s
Anyone got an explanation for such different values?
EDIT:
Some system specifications:
CPU: AMD Epyc 7252 (8C/16T)
Memory: 128 GB DDR4 ECC RAM
Mainboard: Supermicro H12SSL-CT
Additional Storagecard: Supermicro AOC-S3008L-L8e (HBA-mode)
Last edited: