Bug 1979774
| Summary: | [OVN]when the nb_cfg of table chassis_private is just the range, it will not reverse to 0 next time but report error. | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | ying xu <yinxu> |
| Component: | ovn2.13 | Assignee: | Mohammad Heib <mheib> |
| Status: | CLOSED ERRATA | QA Contact: | ying xu <yinxu> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | FDP 21.F | CC: | ctrautma, jiji, kfida, mheib, mmichels, ralongi |
| Target Milestone: | --- | Keywords: | Regression |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-10-04 15:09:09 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: | |||
|
Description
ying xu
2021-07-07 03:10:46 UTC
Hi, thank you for reporting this issue. you can use this command to reproduce the issue easily: # ovn-nbctl set nb_global ae780799-0118-479d-9263-66ee50167ad6 nb_cfg=9223372036854775805 ; ovn-nbctl --wait=hv sync ; ovn-nbctl --wait=hv sync ; ovn-nbctl --wait=hv sync ; ovn-nbctl --wait=hv sync ; ovn-nbctl --wait=hv sync Thanks, patch submitted upstream still under review : http://patchwork.ozlabs.org/project/ovn/patch/20210819004347.665893-1-mheib@redhat.com/ Hi @yinxu, i tried to reproduce the above issue with ovn2.13 but seems that the issue doesn't exist on that version. could you please specify in which ovn version you saw this bug. (In reply to Mohamad Heib from comment #3) > Hi @yinxu, > > i tried to reproduce the above issue with ovn2.13 but seems that the issue > doesn't exist on that version. > could you please specify in which ovn version you saw this bug. It is not reproduced with ovn2.13, it is ovn-2021-21.06.0-4.el8.x86_64 you can see the case sb_table in job:https://beaker.engineering.redhat.com/jobs/5581622 posted to branch-21.6: https://code.engineering.redhat.com/gerrit/c/ovn/+/269858 wrong patch link: https://code.engineering.redhat.com/gerrit/c/ovn/+/269881 verified on version: ovn-2021-21.06.0-29.el8fdp see details in job: https://beaker.engineering.redhat.com/jobs/5805391 :: [ 12:47:42 ] :: [ BEGIN ] :: Running 'ovn-nbctl set NB_Global d76c48ac-0952-4a51-87e3-4f52cc9389f6 nb_cfg=9223372036854775807' :: [ 12:47:42 ] :: [ PASS ] :: Command 'ovn-nbctl set NB_Global d76c48ac-0952-4a51-87e3-4f52cc9389f6 nb_cfg=9223372036854775807' (Expected 0, got 0) :: [ 12:47:42 ] :: [ BEGIN ] :: Running 'ovn-nbctl --wait=hv sync' :: [ 12:47:42 ] :: [ PASS ] :: Command 'ovn-nbctl --wait=hv sync' (Expected 0, got 0) :: [ 12:47:42 ] :: [ BEGIN ] :: Running 'cat /var/log/ovn/ovn-controller.log|grep "out of range"' :: [ 12:47:42 ] :: [ PASS ] :: Command 'cat /var/log/ovn/ovn-controller.log|grep "out of range"' (Expected 1, got 1) 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 (ovn bug fix and enhancement update), 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-2021:3718 |