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

Improve documentation on rucio.cfg vs configuration table #183

Closed
dchristidis opened this issue Mar 3, 2023 · 2 comments
Closed

Improve documentation on rucio.cfg vs configuration table #183

dchristidis opened this issue Mar 3, 2023 · 2 comments
Assignees

Comments

@dchristidis
Copy link
Contributor

Screenshot from 2023-03-03 12-14-31

@rcarpa rcarpa self-assigned this Mar 9, 2023
@voetberg voetberg self-assigned this Mar 14, 2024
voetberg added a commit to voetberg/rucio_documentation that referenced this issue Mar 25, 2024
@voetberg
Copy link
Contributor

Clarification questions because I can't tell from reading the code:

  • Does the config file get loaded into the config table on initialization? (As the cache or as something else?)
  • Do updates using client config .... overwrite the config table or file or both? Or does this just impact the cache?

voetberg added a commit to voetberg/rucio_documentation that referenced this issue Mar 26, 2024
voetberg added a commit to voetberg/rucio_documentation that referenced this issue Mar 26, 2024
@bari12
Copy link
Member

bari12 commented Apr 2, 2024

  • rucio.cfg does not get loaded into the config table. There is just an order of precedence: If a configuration is set in the rucio.cfg this one is used, if not the config table is queried.
  • Only updates the table

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

4 participants