Re: [libvirt-users] snapshot troubles

2013-01-23 Thread jurgen . depicker
> > 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

Re: [libvirt-users] snapshot troubles

2013-01-23 Thread jurgen . depicker
> 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

Re: [libvirt-users] snapshot troubles

2013-01-22 Thread jurgen . depicker
> 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

[libvirt-users] snapshot troubles

2013-01-21 Thread jurgen . depicker
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

[libvirt-users] consider bios upgrade...

2011-11-16 Thread jurgen . depicker
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

[libvirt-users] consider bios upgrade...

2011-11-09 Thread jurgen . depicker
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

Re: [libvirt-users] XML file format for snapshot-create

2011-10-13 Thread jurgen . depicker
> > 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

Re: [libvirt-users] LIBVIRT migration

2011-04-01 Thread jurgen . depicker
> 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