So I am have an interesting situation.
I have Proxmox installed on an r610 that I just purchased and have never used this software before. I can create VMs but what I noticed is they are slow. Upon further investigation it appears to be the disk.
When I log into the Proxmox box directly(not a VM) and run this DD command
"dd if=/dev/zero of=./test bs=1G count=1"
I get this output "1.8103 s, 593 MB/s" which seems fine. It's not amazing but it does the job.
Then when I create an Ubuntu VM with 2 cores, 2GB of ram with 36gb of SCSI disk from the local-lvm and run the same command, I get this
37.1261 s, 28.9MB/s
Now I understand that we are going to lose performance for multiple reasons but I cannot explain this. Input would be appreciated
I have Proxmox installed on an r610 that I just purchased and have never used this software before. I can create VMs but what I noticed is they are slow. Upon further investigation it appears to be the disk.
When I log into the Proxmox box directly(not a VM) and run this DD command
"dd if=/dev/zero of=./test bs=1G count=1"
I get this output "1.8103 s, 593 MB/s" which seems fine. It's not amazing but it does the job.
Then when I create an Ubuntu VM with 2 cores, 2GB of ram with 36gb of SCSI disk from the local-lvm and run the same command, I get this
37.1261 s, 28.9MB/s
Now I understand that we are going to lose performance for multiple reasons but I cannot explain this. Input would be appreciated