Bug 1953688
| Summary: | Make cluster status user-friendly no matter which node it is run on | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | Carlos Goncalves <cgoncalves> |
| Component: | ovsdb2.15 | Assignee: | Ilya Maximets <i.maximets> |
| Status: | CLOSED WONTFIX | QA Contact: | qding |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | RHEL 8.0 | CC: | ctrautma, echaudro, jhsiao, mmichels, ralongi |
| Target Milestone: | --- | ||
| 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: | 2024-04-23 21:09:25 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
Carlos Goncalves
2021-04-26 16:23:59 UTC
The situation with the readability of the cluster/status output was significantly improved by Lorenzo in: https://github.com/openvswitch/ovs/commit/e8451e1443e7c677190da9ddce5dbd4dfffc3590 The number of disconnections was added as well as the time since the last message from each server. This should make it clear that some connections are not actually working. The braces syntax for connections that are not fully established is still there, but I'm not sure how to make it more clear without putting a bunch of text to the output. Also, followers do not talk to each other, so it's hard to reliably determine the state of the other follower. Only the leader actually talks to all the followers, so only the leader has the most up to date state of the cluster members. Cluster may be healthy even if followers are fenced from each other as long as the leader can talk to them. I'll close this issue for now. If we need further improvements, a new FDP Jira issue can be open for that. |