We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
After upgrading from 1.29.0 -> 1.29.6, the API server now crashloops with:
IsADirectoryError: [Errno 21] Is a directory: '/var/log/rucio/trace'
The error goes away if I explicitly set:
tracedir: "/var/log/rucio/trace"
(which also requires the username/password to be set - blank values work)
Note that I do not have the trace server enabled.
I guess an easy fix would be to change the default value here so that it matches the stated default value in the Helm values.yaml ?
I'm not sure why this has just started in 1.29.6, however.
The text was updated successfully, but these errors were encountered:
rdimaio
No branches or pull requests
After upgrading from 1.29.0 -> 1.29.6, the API server now crashloops with:
The error goes away if I explicitly set:
(which also requires the username/password to be set - blank values work)
Note that I do not have the trace server enabled.
I guess an easy fix would be to change the default value here so that it matches the stated default value in the Helm values.yaml ?
I'm not sure why this has just started in 1.29.6, however.
The text was updated successfully, but these errors were encountered: