Bug 1364615
Summary: | 3.4->3.5->3.6->4.0 SHE migration fails / The following existing interfaces are not suitable for vdsm: vnet0,eth0. | |||
---|---|---|---|---|
Product: | [oVirt] ovirt-hosted-engine-setup | Reporter: | Jiri Belka <jbelka> | |
Component: | Network | Assignee: | Simone Tiraboschi <stirabos> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Belka <jbelka> | |
Severity: | urgent | Docs Contact: | ||
Priority: | urgent | |||
Version: | 2.0.1.3 | CC: | bugs, sbonazzo, stirabos, ylavi | |
Target Milestone: | ovirt-4.0.2 | Keywords: | ZStream | |
Target Release: | 2.0.1.4 | Flags: | rule-engine:
ovirt-4.0.z+
rule-engine: exception+ rule-engine: planning_ack+ sbonazzo: devel_ack+ gklein: testing_ack+ |
|
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
On hosted-engine system deployed since 3.6, the management bridge is always called ovirtmgmt, in the past it was not like that so the upgrade procedure should correctly handle it.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1365184 (view as bug list) | Environment: | ||
Last Closed: | 2016-08-12 14:27:55 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: | 1313917, 1365184 |
Description
Jiri Belka
2016-08-06 00:46:52 UTC
Created attachment 1188086 [details]
ovirt-hosted-engine-setup-20160806003141-aj66tm.log
The root cause is that the code is looking just for a management bridge called ovirtmgmt while on Jiri's host it's named rhevm since it was initially created by 3.4 code. A simple workaround is to execute: hosted-engine --deploy --otopi-environment='OVEHOSTED_NETWORK/bridgeName=str:rhevm' or using an answer file to force the management bridge name. (In reply to Simone Tiraboschi from comment #3) > A simple workaround is to execute: > hosted-engine --deploy > --otopi-environment='OVEHOSTED_NETWORK/bridgeName=str:rhevm' > or using an answer file to force the management bridge name. The workaround works fine, thx. ok, ovirt-hosted-engine-setup-2.0.1.4-1.el7ev.noarch no workaround needed anymore. |