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

Ensure that RocksDB databases open the absolute path #252

Closed
holtgrewe opened this issue Oct 16, 2023 · 0 comments · Fixed by #257
Closed

Ensure that RocksDB databases open the absolute path #252

holtgrewe opened this issue Oct 16, 2023 · 0 comments · Fixed by #257
Labels
enhancement New feature or request

Comments

@holtgrewe
Copy link
Contributor

Is your feature request related to a problem? Please describe.
In many places, using symlinks is a useful method for quick/atomic changing of file system resources.

Describe the solution you'd like
For doing multiple symlink changes in the background, we need to open paths behind the symlinks, though. Use read_link to resolve any symlinks to their absolute directory, support a maximal recursion limit of 20.

Describe alternatives you've considered
N/A

Additional context

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

Successfully merging a pull request may close this issue.

1 participant