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

Bug 1288163

Summary: annoying false error when starting vdsmd
Product: Red Hat Enterprise Virtualization Manager Reporter: Sachin Raje <sraje>
Component: vdsmAssignee: Leon Goldberg <lgoldber>
Status: CLOSED NEXTRELEASE QA Contact: Meni Yakove <myakove>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.5.3CC: bazulay, bugs, danken, edwardh, gklein, hkim, lsurette, mburman, mgoldboi, pdwyer, phoracek, rbalakri, s.kieske, sraje, srevivo, ycui, ykaul, ylavi
Target Milestone: ovirt-4.2.0   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1121571 Environment:
Last Closed: 2017-04-26 11:31:20 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: 1121571    
Bug Blocks:    

Comment 1 Sachin Raje 2015-12-03 17:28:02 UTC
1. These messages are appearing when the hypervisor is booting and up to now they have not caused any failure.

<snip>
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-203'
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-324'
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-195'
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-208'
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-330'
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-333'
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-192'
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-193'
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-229'
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-8'
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-100'
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-328'
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-221'
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-46'
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-rhevm'
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-29'
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-356'
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-3'
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-2'
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-5'
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-341'
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-368'
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-6'
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-9'
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-340'
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-188'
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-358'
libvirt: Network Driver error : Network not found: no network with matching name 'vdsm-361'
</snip>

2. Below messages in supervdsm.log :

<snip>

MainProcess|Thread-20::DEBUG::2015-08-11 08:57:27,631::libvirtconnection::143::root::(wrapper) Unknown libvirterror: ecode: 43 edom: 19 level: 2 message: Network not found: no network with matching name 'vdsm-rhevm'
MainProcess|Thread-39::DEBUG::2015-08-11 09:09:08,536::libvirtconnection::143::root::(wrapper) Unknown libvirterror: ecode: 43 edom: 19 level: 2 message: Network not found: no network with matching name 'vdsm-203'
.
.
.
.
MainThread::DEBUG::2015-09-29 14:09:26,331::libvirtconnection::143::root::(wrapper) Unknown libvirterror: ecode: 43 edom: 19 level: 2 message: Network not found: no network with matching name 'vdsm-358'
MainThread::DEBUG::2015-09-29 14:09:26,669::libvirtconnection::143::root::(wrapper) Unknown libvirterror: ecode: 43 edom: 19 level: 2 message: Network not found: no network with matching name 'vdsm-361'
</snip>

Comment 3 Yaniv Lavi 2016-05-09 11:01:40 UTC
oVirt 4.0 Alpha has been released, moving to oVirt 4.0 Beta target.

Comment 7 Dan Kenigsberg 2017-04-25 15:05:55 UTC
Eddy, I believe that with your libvirt-db-removal patches, this little nastiness is finally gone. right?

Comment 8 Edward Haas 2017-04-26 06:46:23 UTC
(In reply to Dan Kenigsberg from comment #7)
> Eddy, I believe that with your libvirt-db-removal patches, this little
> nastiness is finally gone. right?

Yes, it should no longer happen in the context of supervdsm.

We now just read existing defined networks from libvirt in order to 'upgrade' the configuration and clean them when we are done.
Only virt creates now libvirt networks and these networks lifetime is bound to the vnics connected to them.