You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the acceptance test environment is making .raw images and then converting them to .qcow. The reasoning behind this is that .raw is easy to loopback mount and .qcow has copy-on-write.
However, if we could work with .qcow from the beginning, there would be no need for the conversion that does take up some time.
Solution
It looks like nowadays loopback mounting .qcow isn't as hard as it used to be.
Problem
Currently the acceptance test environment is making .raw images and then converting them to .qcow. The reasoning behind this is that .raw is easy to loopback mount and .qcow has copy-on-write.
However, if we could work with .qcow from the beginning, there would be no need for the conversion that does take up some time.
Solution
It looks like nowadays loopback mounting .qcow isn't as hard as it used to be.
From http://ask.xmodulo.com/mount-qcow2-disk-image-linux.html:
Example
The text was updated successfully, but these errors were encountered: