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

Ariba fails when using NFS directories for output #203

Closed
thomcuddihy opened this issue Nov 17, 2017 · 2 comments · Fixed by #235
Closed

Ariba fails when using NFS directories for output #203

thomcuddihy opened this issue Nov 17, 2017 · 2 comments · Fixed by #235

Comments

@thomcuddihy
Copy link

shutil.rmtree calls fail when the root_dir is an NFS volume. This due to how NFS handles files that are opened and then deleted while still open by silly renaming them.

Use ariba run --noclean ... or output to a non-NFS directory (and then move if needed) to circumvent issue.

Fix issue by explicitly closing files. I'll send through a pull request if I have time.

@thomcuddihy
Copy link
Author

Or, of course, set --tmp_dir to a non-NFS location too :)

@martinghunt
Copy link
Collaborator

What errors do you get? Which files are left open? I just ran ariba test on an NFS file system, with ARIBA_TMPDIR=$PWD and it worked ok.

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

Successfully merging a pull request may close this issue.

2 participants