-
Notifications
You must be signed in to change notification settings - Fork 58
Add columns for common arguments, descriptions #563
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Riccardo Di Maio <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, not sure what's going on with the CI
YAML parsing problems. namely for example here, go from:
to something like:
|
Yeah, I think ideally it would be best to fix this on the doc generation side, rather than having to think about this whenever we write docstrings in the main code |
Ideally this should be caught by |
We could add that to the main repo's CI, but is there no way to fix this on the generation side, e.g. ignoring every colon after the first? |
We can maybe continue about it here #567 |
rucio-necromancer | Deletion | Works on permanently unavailable replicas, it tries to recover the data from other valid replicas if any, else declares the replica as lost | ✅ | ✅ | ❌ | [Details](bin/rucio-necromancer.md) | ||
rucio-oauth-manager | Auth/Authz | Deletes expired access tokens (in case there is a valid refresh token, expired access tokens will be kept until refresh_token expires as well.) and deletion of expired OAuth session parameters | ✅ | ✅ | ❌ | [Details](bin/rucio-oauth-manager.md) | ||
rucio-reaper | Deletion | Deletes replicas that don't have locks anymore, i.e. they have a tombstone set | ✅ | ✅ | ✅ | [Details](bin/rucio-reaper.md) | ||
rucio-suspicious-replica-recoverer | Replica | Declares suspicious replicas as bad if they are found available on other RSEs, so necromancer will work on them | ❌ | ❌ | ✅ | [Details](bin/rucio-replica-recoverer.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: I notice the daemon name rucio-suspicious-replica-recoverer
in the table doesn't match the actual executable rucio-replica-recoverer
that exists in the codebase. Should we update the table to use the correct executable name, or is there a reason for this discrepancy?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be updated
Partially closes #499
Rest would need to be addressed with changes to core.