Bug 1121571
Summary: | annoying false error when starting vdsmd | |||
---|---|---|---|---|
Product: | [oVirt] vdsm | Reporter: | Dan Kenigsberg <danken> | |
Component: | General | Assignee: | Petr Horáček <phoracek> | |
Status: | CLOSED DEFERRED | QA Contact: | Lukas Svaty <lsvaty> | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | --- | CC: | bazulay, bugs, danken, lsurette, mgoldboi, pdwyer, rbalakri, s.kieske, sraje, srevivo, ycui, ykaul, ylavi | |
Target Milestone: | --- | Flags: | danken:
ovirt-4.1?
rule-engine: planning_ack? rule-engine: devel_ack? rule-engine: testing_ack? |
|
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1288163 (view as bug list) | Environment: | ||
Last Closed: | 2016-12-05 09:09:18 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: | 1288163 |
Description
Dan Kenigsberg
2014-07-21 09:07:40 UTC
a snippet from supervdsm.log vdsm-4.16.4-0.el6.x86_64 libvirt-0.10.2-29.el6_5.7.x86_64 MainThread::DEBUG::2014-09-18 13:06:58,711::api::680::setupNetworks::(setupNetworks) Adding network 'vlan104' MainThread::DEBUG::2014-09-18 13:06:58,711::api::278::root::(addNetwork) validating network... MainThread::INFO::2014-09-18 13:06:58,711::api::300::root::(addNetwork) Adding network vlan104 with vlan=104, bonding=None, nics=[u'eth1'], bondingOptions=None, mtu=1500, bridged=False, defaultRoute=False,options={'implicitBonding': True} MainThread::DEBUG::2014-09-18 13:06:58,712::ifcfg::541::root::(writeConfFile) Writing to file /etc/sysconfig/network-scripts/ifcfg-eth1.104 configuration: # Generated by VDSM version 4.16.4-0.el6 DEVICE=eth1.104 VLAN=yes ONBOOT=no MTU=1500 DEFROUTE=no NM_CONTROLLED=no HOTPLUG=no MainThread::DEBUG::2014-09-18 13:06:58,714::__init__::122::root::(_addSourceRoute) Adding source route eth1.104, None, None, None MainThread::ERROR::2014-09-18 13:06:58,714::sourceroute::68::root::(configure) ipaddr, mask or gateway not received MainThread::DEBUG::2014-09-18 13:06:58,714::utils::738::root::(execCmd) /sbin/ifup eth1.104 (cwd None) MainThread::DEBUG::2014-09-18 13:06:58,798::utils::758::root::(execCmd) SUCCESS: <err> = ''; <rc> = 0 MainThread::DEBUG::2014-09-18 13:06:58,800::libvirtconnection::143::root::(wrapper) Unknown libvirterror: ecode: 43 edom: 19 level: 2 message: Network not found: no network with matching name 'vdsm-vlan104' MainThread::DEBUG::2014-09-18 13:06:58,800::ifcfg::327::root::(_atomicNetworkBackup) Backed up vlan104 MainThread::INFO::2014-09-18 13:06:58,877::netconfpersistence::68::root::(setNetwork) Adding network vlan104({'nic': u'eth1', u'vlan': u'104', u'bridged': u'false', u'mtu': u'1500'}) MainThread::DEBUG::2014-09-18 13:06:58,877::utils::738::root::(execCmd) /sbin/ip route show to 0.0.0.0/0 table all (cwd None) MainThread::DEBUG::2014-09-18 13:06:58,880::utils::758::root::(execCmd) SUCCESS: <err> = ''; <rc> = 0 it's confusing for support and community. I'd be happy if it can be fixed for 4.0. If easy, I'd consider to backport to 3.6.x. Moving from 4.0 alpha to 4.0 beta since 4.0 alpha has been already released and bug is not ON_QA. *** Bug 1241464 has been marked as a duplicate of this bug. *** oVirt 4.0 beta has been released, moving to RC milestone. |