Bug 1809747
Summary: | [ovn-kubernetes] When a node gets deleted, the Chassis record for that node is not deleted from the sbdb. | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Aniket Bhat <anbhat> |
Component: | Networking | Assignee: | Aniket Bhat <anbhat> |
Networking sub component: | ovn-kubernetes | QA Contact: | Ross Brattain <rbrattai> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | high | CC: | zzhao |
Version: | 4.4 | ||
Target Milestone: | --- | ||
Target Release: | 4.5.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: On node deletion, the chassis record for the node would not get removed from the south-bound database
Consequence: Stale chassis records will result in a lot of stale logical flows for that chassis which will never get removed.
Fix: Added a node sync mechanism in ovnkube-master to purge chassis records of deleted nodes.
Result: There are no more stale chassis records and therefore stale logical flows corresponding to deleted nodes in the south-bound database anymore.
|
Story Points: | --- |
Clone Of: | 1809738 | Environment: | |
Last Closed: | 2020-07-13 17:17:45 UTC | Type: | --- |
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: | |||
Bug Blocks: | 1809738 |
Description
Aniket Bhat
2020-03-03 19:33:49 UTC
delete node and sbdb Chassis was removed after ~5 minutes. Verified on 4.5.0-0.nightly-2020-05-05-205255 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:2409 |