I noticed that proxmox formats the user data partition (/var/lib/vz) using data=ordered. This is the slowest option possible. I tried modifying the fstab entry to use data=writeback instead (and did the tune2fs too), and rebooted. Doing a bulk write to a file on that partition speeded up by 40%. I'm aware of the tradeoffs of speed vs reliability, but it seems to me that with guests writing to raw and/or qcow2 files on this partition, performance would be improved by going with writeback. Just throwing this out there for debate 
