Skip to content

Instantly share code, notes, and snippets.

@j-griffith
Created August 7, 2014 00:15
Show Gist options
  • Select an option

  • Save j-griffith/8824a3bd64208bc14ee4 to your computer and use it in GitHub Desktop.

Select an option

Save j-griffith/8824a3bd64208bc14ee4 to your computer and use it in GitHub Desktop.
root@ostack-1 ~]# time qemu-img convert -O raw /tmp/tmpij5A53 /tmp/converted
real 0m11.167s
user 0m7.217s
sys 0m1.347s
[root@ostack-1 ~]# time dd if=/tmp/tmpij5A53 of=/dev/disk/by-path/ip-10.5.10.10\:3260-iscsi-iqn.2010-01.com.solidfire\:fssc.uuid-faba62c5-6fe3-47ef-880a-7743513789c6.2-lun-0
1770368+0 records in
1770368+0 records out
906428416 bytes (906 MB) copied, 2.23596 s, 405 MB/s
real 0m2.237s
user 0m0.239s
sys 0m1.998s
[root@ostack-1 ~]# time qemu-img convert -O raw /tmp/tmpij5A53 /dev/disk/by-path/ip-10.5.10.10\:3260-iscsi-iqn.2010-01.com.solidfire\:fssc.uuid-faba62c5-6fe3-47ef-880a-7743513789c6.2-lun-0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment