Bug 1512478
Summary: | Fedora host invalid error: Host $HOSTNAME does not comply with the cluster $CLUSTER networks, the following networks are missing on host: 'ovirtmgmt' | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [oVirt] ovirt-engine | Reporter: | John Boero <boeroboy> | ||||||||
Component: | Host-Deploy | Assignee: | Edward Haas <edwardh> | ||||||||
Status: | CLOSED WONTFIX | QA Contact: | Daniel Gur <dagur> | ||||||||
Severity: | medium | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | 4.2.0 | CC: | boeroboy, bugs, danken, lsvaty, mailinglists, pasik, ylavi | ||||||||
Target Milestone: | --- | Flags: | sbonazzo:
ovirt-4.3-
|
||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2018-08-08 08:10:16 UTC | Type: | Bug | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | Network | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Bug Depends On: | |||||||||||
Bug Blocks: | 1460625 | ||||||||||
Attachments: |
|
Description
John Boero
2017-11-13 10:25:39 UTC
I have an earlier host with the same configuration and a previous build of master snapshot and it is working fine. Please note Fedora 25 is not supported on master. Right now, only CentOS 7 is supported for master. Is Fedora 25 supported at all on the 4.2 alpha? (In reply to John Boero from comment #3) > Is Fedora 25 supported at all on the 4.2 alpha? No Then why is there a Fedora build out there for 4.2 master? Just trying to help. Not using this in production. (In reply to John Boero from comment #5) > Then why is there a Fedora build out there for 4.2 master? Just trying to > help. Not using this in production. And this is more than welcome! We'd like to be able to run oVirt on Fedora too but lacking resources to keep the pace with the changes happening in Fedora. So any contribution toward supporting Fedora is more than welcome. We keep building packages for various Fedora releases allowing people like you to test it and help getting oVirt running on Fedora. Please supply {super,}vdsm.log from the added host, and engine.log from Engine. Hi I'll load these this week. Please wait a bit. Thanks Created attachment 1356715 [details]
engine.log
FQDN has been sanitized.
Created attachment 1356716 [details]
vdsm.log (last 60 lines including host reinstall)
Created attachment 1356717 [details]
supervdsm.log
FQDN has been scrubbed.
Further on this, I've encountered another instance on a CentOS host: ! Network ovirtmgmt is not attached to any interface on host $HOST. X Host $HOST installation failed. Failed to configure management network on the host. ! Network ovirtmgmt is not attached to any interface on host $HOST. I have 4x10GBE Teamed and attached as the only interface to management network, which is the default route. The Ansible playbooks don't seem to care. Anybody? ~ brctl show bridge name bridge id STP enabled interfaces ;vdsmdummy; 8000.000000000000 no ovirtmgmt 8000.001b21da472b yes team0 ~ ip route show default via 192.168.2.1 dev ovirtmgmt proto static metric 425 169.254.0.0/16 dev enp1s0 scope link metric 1002 192.168.2.0/24 dev enp1s0 proto kernel scope link src 192.168.2.110 192.168.2.0/24 dev ovirtmgmt proto kernel scope link src 192.168.2.100 metric 425 I've been having this exact same issue with oVirt 4.2 on CentOS 7 for the past 2-3 weeks and haven't been able to put my finger on it. (In reply to John Boero from comment #12) > I have 4x10GBE Teamed and attached as the only interface to management > network, which is the default route. The Ansible playbooks don't seem to > care. Anybody? > > ~ brctl show > bridge name bridge id STP enabled interfaces > ;vdsmdummy; 8000.000000000000 no > ovirtmgmt 8000.001b21da472b yes team0 The original issue of this bug had to do with a failure to define ovirtmgmt network. supervdsm logs showed that after adding the bridge over the nic, connectivity to the host was lost (perhaps it got a different IP address from dhcp). Attempting to create the bridge manually is not enough, as VDSM also persist network data and uses some of that information to report back to Engine. Regarding the last attempt, unfortunately we still do not support team link aggregation. Only bond is supported. We actually had no practical requirement to add support to it so far, I think all users needs have been answered by bonding. Could you try this with bonds? That's too bad. Teams have much better 802.3ad performance capabilities and are finally supported by NetworkManager. It feels like the more automation around oVirt installation, the less control over config. If the core unit of ovirt is a bridge and a bridge can transparently support a team/bond, why does this matter? Looking forward to teams being supported - actually looking forward to oVirt finally dumping archaic network config for NM. I'll have to re-install with bonds for now but frustrating. Thanks folks. We do not plan to support teams currently. If we move to NM based networking, we will be able to reconsider this. |