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

Missing snap plug/interface for LXD to receive MicroOVN logs #13426

Closed
simondeziel opened this issue May 3, 2024 · 2 comments
Closed

Missing snap plug/interface for LXD to receive MicroOVN logs #13426

simondeziel opened this issue May 3, 2024 · 2 comments
Labels
Improvement Improve to current situation

Comments

@simondeziel
Copy link
Member

simondeziel commented May 3, 2024

While LXD can receive logs from OVN, we are missing an easy way to get MicroOVN logs. On the MicroOVN side, all I could find is for local log files.

Looking at the interfaces on both sides, it seems we are missing an ovn-logs one:

# snap connections lxd | grep ovn
content[ovn-certificates]  lxd:ovn-certificates  microovn:ovn-certificates  -
content[ovn-chassis]       lxd:ovn-chassis       microovn:ovn-chassis       -

# snap connections microovn | grep lxd
content[ovn-certificates]  lxd:ovn-certificates          microovn:ovn-certificates  -
content[ovn-chassis]       lxd:ovn-chassis               microovn:ovn-chassis       -

I think this (eventual) interface should only be manually connected as we would not want to always receive OVN logs. On the LXD side, this should also be conditional to having core.syslog_socket=true.

This would be a joint effort with the MicroOVN team.

@tomponline tomponline added the Improvement Improve to current situation label May 3, 2024
@tomponline
Copy link
Member

@simondeziel is this related to #12836 ?

If so can we close one/other and combine the info?

@simondeziel
Copy link
Member Author

Thanks for finding this dup. I'm gonna close this one now that I added the gist of the interface idea to #12836.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Improve to current situation
Projects
None yet
Development

No branches or pull requests

2 participants