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

Warning deleting mounted files we didn't read or create #318

Open
sb10 opened this issue Jul 1, 2020 · 0 comments
Open

Warning deleting mounted files we didn't read or create #318

sb10 opened this issue Jul 1, 2020 · 0 comments
Labels

Comments

@sb10
Copy link
Member

sb10 commented Jul 1, 2020

Deleting files from a cached writable mount warns about failing when we haven't read or created those files, even though they actually get deleted from s3:

rm -fr .nextflow*
WARN[05-15|12:03:22] Unlink failed                            pkg=muxfys mount=/home/ubuntu/mnt path=/home/ubuntu/.muxfys_cache540925068/cog.sanger.ac.uk/sb10/nextflow/.nextflow/history err="no such file or directory" caller=filesystem.go:912
[...]
EROR[05-15|12:03:22] Rmdir failed                             pkg=muxfys mount=/home/ubuntu/mnt path=/home/ubuntu/.muxfys_cache540925068/cog.sanger.ac.uk/sb10/nextflow/.nextflow/cache/aded2fdd-c1c0-480b-a816-951424f59420/db err="no such file or directory" caller=filesystem.go:758
rm: cannot remove '.nextflow/cache/aded2fdd-c1c0-480b-a816-951424f59420': Function not implemented

The directories remain ls-able, even though they no longer exist.

@sb10 sb10 added the bug label Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant