-
Notifications
You must be signed in to change notification settings - Fork 154
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
server: remove unreferenced non-root objects #219
Comments
this is on my todo list, i'll hopefully get to it next week. i'm not 100% sure how to implement the reference counter at the moment, but this is my plan.
|
When pondering about this I toyed with the idea of placing the ref counter as a hidden column somewhere in the existing rows. Other than that I had the same ideas. |
flavio-fernandes
added a commit
to flavio-fernandes/ovn-kubernetes-ds
that referenced
this issue
Jun 22, 2022
This is a POC change, where egressip will explicitly remove the logical router policy when logical router no longer uses it. Currently in 4.10, the implementation expects ovsdb server to automatically garbage collect it, since that is a non-root table. NOTE: This change will break unit tests, since libovsdb ovsdb server used does not have garbage collection. See: ovn-org/libovsdb#219 Signed-off-by: Flavio Fernandes <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From rfc 7047:
The text was updated successfully, but these errors were encountered: