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

Krill continues to try to synchronize old parents after their removal #1230

Open
TheEnbyperor opened this issue Aug 23, 2024 · 2 comments
Open

Comments

@TheEnbyperor
Copy link

I'm seeing a lot of errors like this in my Krill logs:

2024-08-23 09:38:33 [INFO] Synchronize CA 'as207960-rpki-ca' with its parent 'ORG-QM6-RIPE'
2024-08-23 09:38:33 [ERROR] Failed to synchronize CA 'as207960-rpki-ca' with its parent 'ORG-QM6-RIPE'. Will reschedule to: '2024-08-23T08:43:33+00:00'. Error: CA 'as207960-rpki-ca' does not have a parent named 'ORG-QM6-RIPE'

This parent used to exist, and I'm presuming the resync was scheduled when it still existed, but was first actioned after it was deleted. I think in this case Krill should not try and reschedule the sync as it will be rescheduling the task forever.

@timbru
Copy link
Contributor

timbru commented Aug 23, 2024

Did you also remove that parent 'ORG-QM6-RIPE' from 'as207960-rpki-ca'? If you only removed 'ORG-QM6-RIPE' from your Krill instance, then despite (presumably) being co-hosted your 'as207960-rpki-ca' will continue to believe that the parent exists somewhere and keep trying. At least, if memory serves me well that is how it works...

The following CLI options may help:
https://krill.docs.nlnetlabs.nl/en/stable/cli.html#krillc-parents-statuses
https://krill.docs.nlnetlabs.nl/en/stable/cli.html#krillc-parents-remove

@TheEnbyperor
Copy link
Author

The parent ORG-QM6-RIPE is a RIPE CA. I removed the parent relationship from the as207960-rpki-ca in Krill.

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

No branches or pull requests

2 participants