Unfortunately the VM-Manager uses the wrong error-code => error-string mapping. The error number 21 is the following: CANNOT_RESTORE_MACHINE. So the problem is that the machine cannot be restored after the new disk image is created. The following lines are taken form the provisioning.log file:
This seems to be QEMU related bug. We are in the process of building a new release candidate with an updated libvirt and qemu version and we'll try to verify, if the bug still exists and still causes a segfault.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Diff:
We could verify the bug.
Unfortunately the VM-Manager uses the wrong error-code => error-string mapping. The error number 21 is the following: CANNOT_RESTORE_MACHINE. So the problem is that the machine cannot be restored after the new disk image is created. The following lines are taken form the provisioning.log file:
The same error is thrown when you try to restore the machine manually using the virsh restore command:
Don't know what the VM-Manager should do to prevent this
This seems to be QEMU related bug. We are in the process of building a new release candidate with an updated libvirt and qemu version and we'll try to verify, if the bug still exists and still causes a segfault.
The downgrade of qemu to version 1.3.1 fixed the problem.