Bug 2126400
| Summary: | Metadata LSP port, northd warning about "Unknown chassis '' set as options:requested-chassis" | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | Rodolfo Alonso <ralonsoh> |
| Component: | ovn22.06 | Assignee: | Ales Musil <amusil> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jianlin Shi <jishi> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | FDP 22.A | CC: | amusil, ctrautma, ihrachys, jiji |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ovn22.06-22.06.0-59.el8fdp | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-10-18 08:58:28 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Rodolfo Alonso
2022-09-13 11:15:17 UTC
My bad, this change seems to be in 22.06, not in 22.03. Hi, this problem appears only before 22.06.0-45, it was fixed as side effect of "Support LSP:options:requested-chassis as a list" [0]. I would suggest updating past that version if possible, if not there is a workaround: ovn-nbctl remove logical_switch_port <lsp> options requested-chassis It would be probably even better if OpenStack did not set requested-chassis to empty string. It is also possible to update the 22.03 and below to ignore the empty value. [0] https://github.com/ovn-org/ovn/commit/eaf9832be248daca6d96202d504cc789d6dfec6d @Ales, do you think that perhaps making OVN 22.03 ignore an empty requested-chassis be an option? I understand it's not a master material but since 22.03 is LTS, perhaps we could patch it to ignore the value? We can of course also make neutron not set the option when not needed. I'd think we could do both. Thoughts? That sounds reasonable, patch posted https://patchwork.ozlabs.org/project/ovn/patch/20220916092155.888975-1-amusil@redhat.com/ ovn22.03 fast-datapath-rhel-8 clone created at https://bugzilla.redhat.com/show_bug.cgi?id=2130757 ovn22.03 fast-datapath-rhel-9 clone created at https://bugzilla.redhat.com/show_bug.cgi?id=2130758 Closing this one as CURRENTRELEASE as it was opened against 22.06 which has the indirect fix already. |