
On Wed, Feb 24, 2016 at 06:26:41PM +0200, Dan Kenigsberg wrote:
On Wed, Feb 24, 2016 at 09:09:39AM -0500, Eli Mesika wrote:
Attached
----- Original Message -----
From: "Dan Kenigsberg" < danken@redhat.com > To: "Eli Mesika" < emesika@redhat.com > Cc: "devel" < devel@ovirt.org >, "Fabian Deutsch" < fdeutsch@redhat.com > Sent: Wednesday, February 24, 2016 4:01:12 PM Subject: Re: [ovirt-devel] NGN - Network error when adding a new NGN node
On Wed, Feb 24, 2016 at 08:16:45AM -0500, Eli Mesika wrote:
Hi Guys
I am working on NGN I had installed a ovirt-node from ISO, it (by mistake) did not include the vdsm-cli package, so host-deploy failed on that Fabian asked me to install vdsm-cli manually using :
yum --enablerepo=ovirt* install vdsm-cli
In that time the host was installed but did not came up having networking issues (see attached logs)
Fabian thinks that this is regression in VDSM, he said that same method was tested 2 weeks ago with no problems
Let's see {super,vdsm}.log, then and the exact vdsm version involved.
I see that Engine asked Vdsm to create ovirtmgmt with no IP address, which is generally not a good thing
jsonrpc.Executor/4::DEBUG::2016-02-24 12:15:55,841::__init__::509::jsonrpc.JsonRpcServer::(_serveRequest) Calling 'Host.setupNetworks' in bridge with {u'bondings': {}, u'networks': {u'ovirtmgmt': {u'nic': u'em1', u'mtu': 1500, u'bootproto': u'dhcp', u'STP': u'no', u'bridged': u'true', u'defaultRoute': True}}, u'options': {u'connectivityCheck': u'true', u'connectivityTimeout': 120}}
Oops, "dhcp" should have been good enough - understanding why it failed requires deeper reading of the logs. Sorry.