Just a mystery.
To track that down, simply test read speed of those volumes on the NAS (using dd or cat).
Just a mystery.
To track that down, simply test read speed of those volumes on the NAS (using dd or cat).
I ran dd on the NAS volume where backup gets dumped.
The suggestion was to test read speed to the real VM images.
Opps, so sorry. Here is the dd again. This time i ran it inside the VM1 and VM2. I hope this is what you meant.
Whery strange readings you have.
My readings:
$ sudo dd if=/dev/zero of=test.img bs=8k count=256k
262144+0 records in
262144+0 records out
2147483648 bytes (2.1 GB) copied, 8.27238 s, 260 MB/s
$ sudo dd if=test.img of=/dev/null bs=8k
262144+0 records in
262144+0 records out
2147483648 bytes (2.1 GB) copied, 11.2562 s, 191 MB/s
I use Omnios as shared storage With napp-it as web baser GUI.