Description of problem: # virsh create test-0.xml Domain test-0-RHEL5 created from test-0.xml # virsh create test-1.xml Domain test-1-RHEL5 created from test-1.xml # virsh list --all Id Name State ---------------------------------- 9 test-0-RHEL5 running 10 test-1-RHEL5 running # virsh save test-0-RHEL5 /tmp/libvirt-lose-bug/test-0.ckpt Domain test-0-RHEL5 saved to /tmp/libvirt-lose-bug/test-0.ckpt # virsh list --all Id Name State ---------------------------------- # virsh restore /tmp/libvirt-lose-bug/test-0.ckpt Domain restored from /tmp/libvirt-lose-bug/test-0.ckpt # virsh list --all Id Name State ---------------------------------- 11 test-0-RHEL5 running Version-Release number of selected component (if applicable): libvirt-0.6.2-1.el5 How reproducible: Highly
This isn't a bug. virsh create starts a transient guest which, by definition, disappear after they stop running. If you want it to still be visible after it shuts down, then use 'virsh define' followed by 'virsh start' to create a persistent guest.
The VM images here should never stop running without intervention. The act of saving one is stopping the other. Were you not able to reproduce?
Oh, the bug subject is misleading.
*** This bug has been marked as a duplicate of bug 499698 ***
*** This bug has been marked as a duplicate of bug 500158 ***