Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kytos 2023.2 fail to report status of the EVC correctly #537

Open
italovalcy opened this issue Oct 21, 2024 · 2 comments
Open

Kytos 2023.2 fail to report status of the EVC correctly #537

italovalcy opened this issue Oct 21, 2024 · 2 comments
Assignees
Labels
backport_20232 backport_20241 bug Something isn't working priority_critical Critical priority

Comments

@italovalcy
Copy link

Hi,

The EVC has an empty path but it is reporting as active and no log message about the EVC:

curl -X GET -u XXUSERXX -H 'Content-type: application/json' "https://xxxx/api/kytos/mef_eline/v2/evc/" > /tmp/evcs
> cat /tmp/evcs | jq -r '.["81f56a89c3164e"].current_path'
[]
> cat /tmp/evcs | jq -r '.["81f56a89c3164e"].active'
true
> cat /tmp/evcs | jq -r '.["81f56a89c3164e"].enabled'
true
> cat /tmp/evcs | jq -r '.["81f56a89c3164e"].primary_path|length'
4
> cat /tmp/evcs | jq -r '.["81f56a89c3164e"].backup_path|length'
4
@italovalcy italovalcy added bug Something isn't working priority_critical Critical priority labels Oct 21, 2024
@italovalcy
Copy link
Author

Checked the EVC on the data-plane and it was really down

@viniarck
Copy link
Member

That's definitely not good. @italovalcy lots of things going on, but later if you also have logs about the 81f56a89c3164e EVC, if you can also post some events that can be helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport_20232 backport_20241 bug Something isn't working priority_critical Critical priority
Projects
None yet
Development

No branches or pull requests

3 participants