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

Ignore unexpected files in the log directory. #171

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

kjnilsson
Copy link
Contributor

some filesystems (e.g. NFS) create hidden files to deal with deletion of open files. The presence of a file: .nfs000000000000000 would stop the osiris log from initialising.

This commit updates the code to ignore such files and proceed anyway.

@kjnilsson kjnilsson added the bug Something isn't working label Nov 8, 2024
@kjnilsson kjnilsson changed the title Ignore unexpecte files in the log directory. Ignore unexpected files in the log directory. Nov 8, 2024
some filesystems (e.g. NFS) create hidden files to deal with deletion
of open files. The presence of a file: .nfs000000000000000 would stop
the osiris log from initialising.

This commit updates the code to ignore such files and proceed anyway.
@kjnilsson kjnilsson force-pushed the unexpected-files-recovery-bug branch from 962079b to 85ac519 Compare November 8, 2024 10:41
@acogoluegnes acogoluegnes merged commit 058e768 into main Nov 8, 2024
7 checks passed
@acogoluegnes acogoluegnes deleted the unexpected-files-recovery-bug branch November 8, 2024 14:53
@michaelklishin michaelklishin added this to the 1.8.4 milestone Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants