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
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
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