
On Tue, Apr 14, 2009 at 07:14:32PM +0200, Radek Hladik wrote:
Daniel P. Berrange napsal(a): I upgraded to libvirt 0.6.2 from rawhide - I had to compile it from SRPM because RPM version reported some selinux undefined symbol. But my test system is hybrid of F10, F11 and rawhide :-). On the first view things looks a lot better now. When connecting locally I have not been able to crash the daemon for cca 100 reloads and when connecting via qemu+tcp the count of open pipes seems to be constant. I have cca 15 httpd processes running and they have total 42 handles to pipes open and there are only two unique pipe numbers. This number did not change for last cca 30 minutes. I am watching this in /proc so these pipes need not to be related to libvirt at all.
Good.
I've updated the documentation - added note that version 0.6.2 is required :-) - and modified the code to refuse to connect when version is lower that 0.6.2. I've put the modified version to
I would avoid this. Don't put a hard limitiation like this in the software, the only hard requirement should be feature based, it's perfectly possible to ship 0.6.0 with a set of patches fixing the bugs you experienced. Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/