>
> if you are using kvm/qemu with libvirt you can try to delete the
> snapshot with the qemu monitor commands.
> The general syntax is
> virsh qemu-monitor-command --hmp ' [...]'
>
> So you can try
> virsh qemu-monitor-command --hmp DOMINO1-prealloc 'info snapshots'
>
> and thne delete it wi
> Meanwhile, you don't have to use virsh. You could write your own C
> program that directly calls virDomainSnapshotDelete() from libvirt.so,
> or you could use python bindings. I'm not a python whiz, but I think it
> would probably be something like:
>
> $ python
> >>> import libvirt
> >>> conn
> On 01/21/2013 03:43 PM, jurgen.depic...@let.be wrote:
> > Dear all,
> > I created some snapshots, a long time ago, using the xml description
> > option, so the snapshots have a name with a space in it...
> > Really a bad choice apparently, since it seems impossible to delete
them
> > now: I ca
Dear all,
I created some snapshots, a long time ago, using the xml description
option, so the snapshots have a name with a space in it...
Really a bad choice apparently, since it seems impossible to delete them
now: I cannot find how to enter the snapshot name properly due to the
space. Quotes
Dear all,
I didn't get any reply, so I send this mail again.
On one of my windows Vms (KVM), I get from time to time a 'windows
recovered from a serious error' message, and if I click the wonderfully
useful (ahum) support link, I reach this page:
http://wer.microsoft.com/responses/Response.as
Dear all,
On one of my windows Vms (KVM), I get from time to time a 'windows
recovered from a serious error' message, and if I click the wonderfully
useful (ahum) support link, I reach this page:
http://wer.microsoft.com/responses/Response.aspx/1445/en/5.1.2600.2.00010100.3.0?SGD=67dba5c9-dc73-4
>
> Before updating to CR repo
>
>
-> it seems to be something rather silly: your closing tag misses an 'r':
it should be
Grts, Jürgen___
libvirt-users mailing list
libvirt-users@redhat.com
https://www.redhat.com/mailman/listinfo/libvirt-users
> From: Marcela Castro León
> To: libvirt-users@redhat.com
> Date: 01/04/2011 13:11
> Subject: [libvirt-users] LIBVIRT migration
> Sent by: libvirt-users-boun...@redhat.com
>
> Hello
> I''m developing a system using libvirt and I need to use "migrate"
> to move guest to different hosts.
> I'm te