Re: [libvirt-users] snapshot troubles

2013-01-23 Thread Christian Schmidt
Hi Juergen, 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 with the p

[libvirt-users] network settings for an isolated network

2012-08-29 Thread Christian Schmidt
Hi, I try to configure a kvm with a NIC, but no attached network to this NIC. I tried following methods: 1. Create a generic ethernet connection I configured the VM with following interface section: The script /root/noscript.sh exists and is executable and has only an exit 0 s

[libvirt-users] How to use ext transport?

2012-08-14 Thread Christian Schmidt
Hi, I would like to use the ext transport mode to migrate VMs between two hosts, but I didn't find any documentation about the ext interface. I have successfully migrate a vm with a programm that passes it's incomming messages through the network to libvirts socket on the target server. But the ex