If you use a qcow backing store this is what happens in the background<br><br>qemu-img create -backing_store (your original image) -f qcow2 (running image)<br><br>when you save as its <br><br>qemu-img convert (running image + backing store) -O qcow2 (new base image)<br>
<br>The vm log should look like this... check to see if you have errors. How big is your source image? Conversion can take a while depending on your image size and backing store.<br><br>Thu May  3 23:41:28 2012 [LCM][I]: New VM state is SHUTDOWN<br>
Thu May  3 23:41:48 2012 [VMM][I]: ExitCode: 0<br>Thu May  3 23:41:48 2012 [VMM][I]: Successfully execute virtualization driver operation: shutdown.<br>Thu May  3 23:41:48 2012 [VMM][I]: ExitCode: 0<br>Thu May  3 23:41:48 2012 [VMM][I]: Successfully execute network driver operation: clean.<br>
Thu May  3 23:41:49 2012 [LCM][I]: New VM state is EPILOG<br>Thu May  3 23:42:42 2012 [TM][I]: mvds: Moving /var/lib/one/datastores/0/88/disk.0 to datastore as /var/lib/one/datastores/101/4f062daaf6ad2f47fd36c6b35a0bd56c<br>
Thu May  3 23:42:42 2012 [TM][I]: ExitCode: 0<br>Thu May  3 23:42:43 2012 [TM][I]: delete: Deleting /var/lib/one/datastores/0/88<br>Thu May  3 23:42:43 2012 [TM][I]: ExitCode: 0<br>Thu May  3 23:42:43 2012 [DiM][I]: New VM state is DONE<br>
<br>On Thu, May 3, 2012 at 2:44 PM, Andreas Calvo <<a href="mailto:andreas.calvo@scytl.com">andreas.calvo@scytl.com</a>> wrote:<br>><br>> Hi all,<br>> What is the procedure to save a running VM as an image if it's running<br>
> with QCOW2?<br>><br>> As per the documentation, I've used shutdown after issuing save as, but<br>> the image gets in a LOCKED stated and do not progress.<br>> If the VM gets deleted, the image changes to READY but I think it's just<br>
> a link to the old image used by the VM. Trying to start a new template<br>> using this new image throws an error.<br>><br>> Tried with SHUTDOWN and STOP without luck.<br>><br>> I guess I'm missing something, does anyone how to do it?<br>
><br>> Thanks in advance<br>><br>> _______________________________________________<br>> Users mailing list<br>> <a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>> <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
<br>