On Thu, Jun 21, 2012 at 12:15:25PM -0500, Nathan Stratton wrote:
Fedora 17 RPMs, hosts complets install and reboots, but never
connects back to engine. I just see thousands of the following in
the logs:
----
MainThread::INFO::2012-06-21 13:07:26,304::vdsm::71::vds::(run) I am
the actual vdsm 4.9-0
MainThread::ERROR::2012-06-21 13:07:26,656::vdsm::74::vds::(run)
Traceback (most recent call last):
File "/usr/share/vdsm/vdsm", line 72, in run
serve_clients(log)
File "/usr/share/vdsm/vdsm", line 40, in serve_clients
cif = clientIF.clientIF(log)
File "/usr/share/vdsm/clientIF.py", line 115, in __init__
self._createLibvirtNetworks()
File "/usr/share/vdsm/clientIF.py", line 152, in _createLibvirtNetworks
nf = netinfo.NetInfo()
File "/usr/share/vdsm/netinfo.py", line 268, in __init__
_netinfo = get()
File "/usr/share/vdsm/netinfo.py", line 215, in get
for bridge in bridges() ])
KeyError: 'ovirtmgmt'
MainThread::INFO::2012-06-21 13:07:26,657::vdsm::76::vds::(run) VDSM
main thread ended. Waiting for 1 other threads...
MainThread::INFO::2012-06-21 13:07:26,657::vdsm::79::vds::(run)
<_MainThread(MainThread, started 140487047427904)>
MainThread::INFO::2012-06-21 13:07:26,657::vdsm::79::vds::(run)
<Thread(libvirtEventLoop, started daemon 140486974248704)>
----
ovirtmgmt is up and running:
-bash-4.2# brctl show
bridge name bridge id STP enabled interfaces
ovirtmgmt 8000.a0369f0a15f8 no bond0
Which version of vdsm is installed on your host?
What does `rpm -V vdsm` say?
File "/usr/share/vdsm/netinfo.py", line 215, in get
for bridge in bridges() ])
was removed long ago. I suspect that you are experiencing the pains of
f17's ifconfig changed output
Dan.