Bug 1885132
Summary: | [OVN] Run OVN tasks on host re-install flow | ||
---|---|---|---|
Product: | [oVirt] ovirt-engine | Reporter: | Michael Burman <mburman> |
Component: | BLL.Network | Assignee: | Dominik Holler <dholler> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Michael Burman <mburman> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4.4.3.5 | CC: | bugs, dholler, mperina |
Target Milestone: | ovirt-4.4.4 | Keywords: | Reopened |
Target Release: | 4.4.4 | Flags: | pm-rhel:
ovirt-4.4+
|
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | ovirt-engine-4.4.4 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-12-21 12:36:47 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: |
Description
Michael Burman
2020-10-05 07:47:28 UTC
Looks like the association of the host to the network provider is lost sometimes: engine=# select vds_name,openstack_network_provider_id from vds_static; vds_name | openstack_network_provider_id --------------+-------------------------------------- host_mixed_1 | host_mixed_2 | a0ee5275-cd53-4884-848c-2a3e2cfe504c host_mixed_3 | This is an inconsistency in the db, because the network provider is managed completely on cluster level. One way to fix the bug would be to find the flow which created the inconsistency. Alternatively we could think about replacing the openstack_network_provider_id column by a reference to the network provider of the cluster and remove all code which writes to this column. Can be tested with 4.4.3. Sorry for the confusion, the fix is ovirt-engine-4.4.4 only. Verified on - rhvm-4.4.4-0.1.el8ev.noarch This bugzilla is included in oVirt 4.4.4 release, published on December 21st 2020. Since the problem described in this bug report should be resolved in oVirt 4.4.4 release, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report. |