On 05/04/2018 01:31 PM, Ales Musil wrote:
On Fri, May 4, 2018 at 11:46 AM, Dominik Holler <dholler(a)redhat.com
<mailto:dholler@redhat.com>> wrote:
On Thu, 3 May 2018 22:26:57 +0200
Jakov Sosic <jsosic(a)gmail.com <mailto:jsosic@gmail.com>> wrote:
> Hi,
>
> after installing 4.2.1.1 oVirt node, and adding it in hosted oVirt
> engine I get the following error:
>
> Ansible host-deploy playbook execution has started on host vhost01.
> Ansible host-deploy playbook execution has successfully finished on
> host vhost01.
> Status of host vhost01 was set to NonOperational.
> Host vhost01 does not comply with the cluster Lenovo networks, the
> following networks are missing on host: 'VLAN10'
> Host vhost01 installation failed. Failed to configure management
> network on the host.
>
Can you please share links to the vdsm.log and supervdsm.log of the
host?
Seems like this one to me
https://bugzilla.redhat.com/show_bug.cgi?id=1570388
Yes, it was a required network...
Now, what I did, after another clean install was:
nmcli device set eno1 managed no
nmcli device set eno2 managed no
nmcli device set eno3 managed no
nmcli device set eno4 managed no
and after this, adding host passed.
I did remove all the required networks too, so I'm wondering if that was
the cause...
I can try to add back required network, and reinstall host with using
the `nmcli` trick.