Re: [libvirt] timing issues of calling virsh on the command line

2009-11-09 Thread David Wilcox
The libvirt version I'm using is 0.6.2. The domains I'm using are fedora 11 netboot images. The images don't ever complete their netboot because they get stuck due to some error in detecting hardware. Because my experiments solely involve swapping machines, and I don't really actually care about ru

Re: [libvirt] timing issues of calling virsh on the command line

2009-11-09 Thread Daniel Veillard
On Sat, Nov 07, 2009 at 10:24:30AM -0500, David Wilcox wrote: > Hi, > > I've encountered some concurrency issues when calling virsh in a script. If > I try to restore a VM too soon after it's been saved, libvirtd will stop > responding. As well, if I try to save a VM too soon after it's been > res

[libvirt] timing issues of calling virsh on the command line

2009-11-08 Thread David Wilcox
Hi, I've encountered some concurrency issues when calling virsh in a script. If I try to restore a VM too soon after it's been saved, libvirtd will stop responding. As well, if I try to save a VM too soon after it's been restored, libvirtd will stop responding. At the moment, I am not using any t