<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
    <title></title>
  </head>
  <body text="#000000" bgcolor="#ffffff">
    I wouldn't really do it that way. The reason being, running
    applications like a database server, might have unflushed data, i.e.
    the on-disk data structures would not be fully consistent. I don't
    really like taking a backup in that state (called crash consistent
    state). If "possible" it's always safer to power off before
    snapshotting, otherwise, at least make sure your applications have
    flushed all data to disk (mysql can flush and lock tables to do
    that, but other apps behave differently)<br>
    <br>
    Regards<br>
    <br>
    On 01/05/2011 11:54 AM, Nikolai K. Bochev wrote:
    <blockquote cite="mid:23866294.4.1294221252123.JavaMail.shiny@shiny"
      type="cite">
      <style type="text/css">p { margin: 0; }</style>
      <div style="font-family: Arial; font-size: 10pt; color: rgb(0, 0,
        0);">I would suggest the following :<br>
        <br>
        1. Pause the virtual machine ( with virsh for example )<br>
        2. Take a snapshot of the logical volume.<br>
        3. Unpause the virtual machine<br>
        4. Convert the snaposhot ot qcow2.<br>
        <br>
        I'm doing something similar with a python script.<br>
      </div>
    </blockquote>
    <br>
  </body>
</html>