Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 990854

Summary: Multiple Gateways: Upgrade VDSM to 3.3 must reconfigure networking on host
Product: [Retired] oVirt Reporter: Assaf Muller <amuller>
Component: vdsmAssignee: Assaf Muller <amuller>
Status: CLOSED NOTABUG QA Contact: Haim <hateya>
Severity: low Docs Contact:
Priority: low    
Version: 3.3CC: abaron, acathrow, bazulay, iheim, mgoldboi, yeylon
Target Milestone: ---   
Target Release: 3.3   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: network
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-16 06:39:23 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 994523    
Bug Blocks:    

Description Assaf Muller 2013-08-01 06:23:25 UTC
Description of problem:
From a multiple gateways feature perspective: Adding a brand new host to oVirt works properly. The ovirtmgmt bridge will be created and source routing will be configured for the bridge. Any new network attached to other nics will get source routing configured as well.

However: Upgrading an existing host to VDSM 3.3 currently does not configure source routing to existing VDSM controlled interfaces. So if the host already has ovirtmgmt configured source routing won't be configured for it, and attaching a new network will break connectivity to the host if the new network has a gateway defined.

Version-Release number of selected component (if applicable):
Upgrade to VDSM for oVirt 3.3

How reproducible:
100%

Steps to Reproduce:
1. Upgrade an existing host to VDSM 3.3
2. Attached a new network with a gateway defined

Actual results:
ovirtmgmt bridge has no source routing configured and the ovirtmgmt default route has been replaced by the new interface's default route = Lost connectivity to the host

Expected results:
Keep connectivity to the host

Comment 1 Assaf Muller 2013-08-07 12:56:30 UTC
No longer blocks oVirt 3.3 when https://bugzilla.redhat.com/show_bug.cgi?id=994523 is solved.