Using ZFS 0.6.2 on RAID10 and Proxmox as VE for my KVM machines powered with cache=writeback (cache=none not starting)
Deduplication disabled, primarycache/secondarycache=all, checksum/compression ON. compressratio 1.71X, sync standard.
in KVM (qcow2)
++++++++++++++
$ dd bs=1M count=512 if=/dev/zero of=test conv=fdatasync
512+0 records in
512+0 records out
536870912 bytes (537 MB) copied, 39.2076 s, 13.7 MB/s
++++++++++++++
out of KVM - just directly to ZFS partition
++++++++++++++
# dd bs=1M count=512 if=/dev/zero of=/var/lib/vz/test conv=fdatasync
512+0 records in
512+0 records out
536870912 bytes (537 MB) copied, 0.851028 s, 631 MB/s
++++++++++++++
Any tips?
No results with:
- changing interface from IDE to virtio
- decreasing/increasing zfs_arc_max
VMs just hanging out on simple disk loads.
++++++++++++++
I think that the problem is in conjunction between KVM and ZFS.
Using OpenVZ container
++++++++++++++
$ dd bs=1M count=512 if=/dev/zero of=test conv=fdatasync
512+0 records in
512+0 records out
536870912 bytes (537 MB) copied, 0.541697 s, 702 MB/s
++++++++++++++
Deduplication disabled, primarycache/secondarycache=all, checksum/compression ON. compressratio 1.71X, sync standard.
in KVM (qcow2)
++++++++++++++
$ dd bs=1M count=512 if=/dev/zero of=test conv=fdatasync
512+0 records in
512+0 records out
536870912 bytes (537 MB) copied, 39.2076 s, 13.7 MB/s
++++++++++++++
out of KVM - just directly to ZFS partition
++++++++++++++
# dd bs=1M count=512 if=/dev/zero of=/var/lib/vz/test conv=fdatasync
512+0 records in
512+0 records out
536870912 bytes (537 MB) copied, 0.851028 s, 631 MB/s
++++++++++++++
Any tips?
No results with:
- changing interface from IDE to virtio
- decreasing/increasing zfs_arc_max
VMs just hanging out on simple disk loads.
++++++++++++++
I think that the problem is in conjunction between KVM and ZFS.
Using OpenVZ container
++++++++++++++
$ dd bs=1M count=512 if=/dev/zero of=test conv=fdatasync
512+0 records in
512+0 records out
536870912 bytes (537 MB) copied, 0.541697 s, 702 MB/s
++++++++++++++
Last edited: