Bug 1085838
| Summary: | Engine should not send defaultRoute in clusterLevel <= 3.3 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Jiri Belka <jbelka> | ||||
| Component: | ovirt-engine | Assignee: | Lior Vernia <lvernia> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Martin Pavlik <mpavlik> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 3.4.0 | CC: | acathrow, bazulay, danken, fdeutsch, gklein, iheim, knesenko, lpeer, mpavlik, myakove, nyechiel, Rhev-m-bugs, yeylon | ||||
| Target Milestone: | --- | Keywords: | Triaged | ||||
| Target Release: | 3.4.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | network | ||||||
| Fixed In Version: | org.ovirt.engine-root-3.4.0-17 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 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: | |||||||
| Attachments: |
|
||||||
Already solved upstream It's a bit more complex - the vdsm version in question is 4.13.2-0.13.el6ev, which does not have the fix. defaultRoute should be passed to Vdsm of cluster lever 3.3. (In reply to Dan Kenigsberg from comment #2) > > defaultRoute should be passed to Vdsm of cluster lever 3.3. defaultRoute should *NOT* be passed to Vdsm of cluster lever 3.3. verified
Red Hat Enterprise Virtualization Manager Version: 3.4.0-0.20.el6ev
[root@dell-r210ii-05 ~]# rpm -q vdsm
vdsm-4.14.7-2.el6ev.x86_64
engine sends gateway to host in cluster 3.4
MainProcess|Thread-172::DEBUG::2014-05-19 13:22:33,834::supervdsmServer::96::SuperVdsm.ServerCallback::(wrapper) call setupNetworks with ({'test_net': {'ipaddr': '10.34.67.46', 'bonding': 'bond4', 'netmask': '255.255.255.224', 'STP': 'no', 'bridged': 'true', 'gateway': '10.34.67.62'}}, {}, {'connectivityCheck': 'true', 'connectivityTimeout': 120}) {}
engine does not send gateway to host in cluster 3.1
MainProcess|Thread-27570::DEBUG::2014-05-19 11:17:46,795::configNetwork::592::setupNetworks::(setupNetworks) Setting up network according to configuration: networks:{'gw': {'ipaddr': '1.1.1.1', 'bonding': 'bond4', 'STP': 'no', 'netmask': '255.255.255.0', 'bridged': 'true'}, 'test_net': {'remove': 'true'}}, bondings:{}, options:{'connectivityCheck': 'true', 'connectivityTimeout': 120}
Closing as part of 3.4.0 |
Created attachment 884502 [details] logs Description of problem: no idea what is that, just found it while was trying to understand why i cannot add this host into 3.4 env. # grep ERROR /var/log/ messages messages:Apr 9 12:33:39 dell-r210ii-04 vdsm vds ERROR unexpected error#012Traceback (most recent call last):#012 File "/usr/share/vdsm/BindingXMLRPC.py", line 980, in wrapper#012 File "/usr/share/vdsm/BindingXMLRPC.py", line 403, in setupNetworks#012 File "/usr/share/vdsm/API.py", line 1273, in setupNetworks#012 File "/usr/share/vdsm/supervdsm.py", line 50, in __call__#012 File "/usr/share/vdsm/supervdsm.py", line 48, in <lambda>#012 File "<string>", line 2, in setupNetworks#012 File "/usr/lib64/python2.6/multiprocessing/managers.py", line 740, in _callmethod#012TypeError: objectivizeNetwork() got multiple values for keyword argument 'defaultRoute' Version-Release number of selected component (if applicable): av6.1 / Red Hat Enterprise Virtualization Hypervisor release 6.5 (20140408.0.el6ev) How reproducible: ??? Steps to Reproduce: 1. install this RHEVH version and check /var/log/messages 2. 3. Actual results: code issue Expected results: no idea Additional info: