<div dir="ltr">Hi,<div>I'm using libvirt(1.0.0) with python, for managing virtual machines..</div><div>but while taking multiple snapshot domain is crashing...</div><div><br></div><div>Snapshot XML</div><div>-------------------------</div>
<pre style="margin-top:0px;margin-bottom:0px;padding:0px;border:0px;font-family:monospace,sans-serif;font-size:14px;line-height:17.603300094604492px;vertical-align:baseline;white-space:pre-wrap;outline:none;color:rgb(0,0,0)">
<domainsnapshot>
  <name>snp1</name>
  <creationTime></creationTime>
  <description>Description</description>
  <state></state>
  <domain>
     <uuid></uuid>
  </domain>
  <parent>
    <name></name>
  </parent> </pre><div><span style="color:rgb(0,0,0);font-family:monospace,sans-serif;font-size:14px;line-height:17.603300094604492px;white-space:pre-wrap"></domainsnapshot></span> </div><div>----------------</div>
<div><br></div><div><br></div><div>API Call</div><div>--------------</div><div>snp1=domain1.snapshotCreateXML(snp_xml,0)<br></div><div>here I'm passing flag value as zero..<br></div><div><br></div><div>Its created first snapshot without any error, but when I tried for second snapshot</div>
<div>1) Domain switched its state to pause and its not coming back</div><div><br></div><div><br></div><div>I installed ubuntu12.04 OS in the domian.</div><div><br></div><div>Rgds</div><div>-Sijo</div></div>