Daniel Veillard wrote:
On Tue, Dec 09, 2008 at 01:50:37PM -0500, Cole Robinson wrote:
> Running 'virsh pool-list' seems to deadlock libvirtd. Dan gave me some
> debugging tips, and I managed to track it down to the poolGetAutostart
> function. The attached patch fixes the issue.
Argh, +1
I wonder why the CIL static analysis didn't point this out... this
doesn't look really different from other lockings.
Daniel
Thanks, applied now.
- Cole