<tt><font size=2>> <br>
> if you are using kvm/qemu with libvirt you can try to delete the<br>
> snapshot with the qemu monitor commands. <br>
> The general syntax is <br>
> virsh qemu-monitor-command --hmp <domain> '<command> [...]'<br>
> <br>
> So you can try<br>
> virsh qemu-monitor-command --hmp DOMINO1-prealloc 'info snapshots'<br>
> <br>
> and thne delete it with the provided snapshot ID <br>
> virsh qemu-monitor-command --hmp DOMINO1-prealloc 'delvm <ID>'<br>
> <br>
> This will delete the snapshot from your diskimage.</font></tt>
<br>
<br><tt><font size=2>Thanks Christian; this works too on a system with
newer libvirt, but on my old ubuntu 10.10 this command is unknown, so I
had to resort to Python to solve my problem.  But it is solved :-).<br>
</font></tt>
<br><tt><font size=2>Grts, J</font></tt>