Description of problem: the registration of a host always fails in the phase 1 Version-Release number of selected component (if applicable): vdsm-4.10.1-0.18.git112fd54.fc17.x86_64 How reproducible: adding a host to the webadmin Steps to Reproduce: 1.installing a fresh host 2.regestering in engine 3.first bootstrap always fail Actual results: libvir: XML-RPC error : Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory Expected results: host has been successfully installed Additional info: this issue seems to be due to the similar libvirt bug met into the Bug 859483. After starting the libvirtd daemon, bootstrap becomes successful.
which version of vdsm-bootstrap do you have installed on your Engine? Could you attach your bootstrap logs? (left on /tmp on the installed host) I expected this issue to be fixed by commit 1b73dce29745461db3587cf89377a269f4586333 Author: Dan Kenigsberg <danken> Date: Thu Oct 4 22:14:19 2012 +0200 libvirtconnection: retry opening a libvirt connection but apparently we still have a problem.
Created attachment 627549 [details] vdsm bootstrap logs
vdsm-bootstrap-4.10.1-0.18.git112fd54.fc17.noarch the previous bug was that vdsmd didn't start automatically after rebooting, but manually it was good. Here it is not the same, bootstrap doesn't complete and it seems to be for the same reason.
Thanks. We see that we wait for libvirt in vain libvir: XML-RPC error : Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory Could you find your libvirtd.log from the relevant time (Sat, 13 Oct 2012 20:10:35)? I wonder why it has failed to start on time. hhmmm, I do not see an attempt to start libvirtd between the two lines Sat, 13 Oct 2012 20:10:24 DEBUG vds_bootstrap_5f1e16d6-805e-42ce-97e5-96f27a7f6257 278 <BSTRAP component='CheckLocalHostname' status='OK' message='Local hostname is correct.'/> Sat, 13 Oct 2012 20:10:24 DEBUG deployUtil 469 Bridge ovirtmgmt not found, need to create it. maybe there's a bug hidden in deployUtil.py. Could you copy it to your f17 host, run python and try # import deployUtil # deployUtil.setService('libvirtd', 'start')
bug#866538 is dup of this bug.
Sorry! wrong comment#5.
This is fixed in new bootstrap (ovirt-3.2).
3.2 beta built, moving to ON_QA status to allow testing