I have a host that has dropped out of my cluster because it can't start vdsmd.
Initially the logs were reporting a duplicate gateway, so I removed the
duplicate. But I still can't start vdsmd. /var/log/vdsm/supervdsm.log is
showing the following.
Traceback (most recent call last):
File "/usr/share/vdsm/vdsm-restore-net-config", line 439, in restore
unified_restoration()
File "/usr/share/vdsm/vdsm-restore-net-config", line 131, in
unified_restoration
changed_config = _filter_changed_nets_bonds(available_config)
File "/usr/share/vdsm/vdsm-restore-net-config", line 258, in
_filter_changed_nets_bonds
kernel_config = KernelConfig(netinfo.NetInfo())
File "/usr/lib/python2.7/site-packages/vdsm/netconfpersistence.py", line 204,
in __init__
for net, net_attr in self._analyze_netinfo_nets(netinfo):
File "/usr/lib/python2.7/site-packages/vdsm/netconfpersistence.py", line 216,
in _analyze_netinfo_nets
yield net, self._translate_netinfo_net(net, net_attr)
File "/usr/lib/python2.7/site-packages/vdsm/netconfpersistence.py", line 232,
in _translate_netinfo_net
self._translate_nics(attributes, nics)
File "/usr/lib/python2.7/site-packages/vdsm/netconfpersistence.py", line 269,
in _translate_nics
nic, = nics
ValueError: too many values to unpack
I've downloaded the source code and have tried to follow along and see what's
happening, but it's going a little (a lot) over my head at the moment. Could
anyone help me out?
Thanks,
Chris
_______________________________________________
Users mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/users