]> git.ipfire.org Git - thirdparty/libvirt.git/commit
rpc: socket: Don't repeatedly attempt to launch daemon
authorCole Robinson <crobinso@redhat.com>
Tue, 12 Jan 2016 01:13:38 +0000 (20:13 -0500)
committerCole Robinson <crobinso@redhat.com>
Tue, 12 Jan 2016 15:45:45 +0000 (10:45 -0500)
commit2eb7a975756d05a5b54ab4acf60083beb6161ac6
treeff0e3c586c30d1dbad60966afec4261a100484d6
parent8da02d528068942303923fc4f935e77cccac9c7c
rpc: socket: Don't repeatedly attempt to launch daemon

On every socket connect(2) attempt we were re-launching session
libvirtd, up to 100 times in 5 seconds.

This understandably caused some weird load races and intermittent
qemu:///session startup failures

https://bugzilla.redhat.com/show_bug.cgi?id=1271183
src/rpc/virnetsocket.c