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

sys::OS::move does not work across nfs #80

Open
clydestanfield opened this issue Feb 4, 2016 · 0 comments
Open

sys::OS::move does not work across nfs #80

clydestanfield opened this issue Feb 4, 2016 · 0 comments

Comments

@clydestanfield
Copy link
Contributor

Under the hood sys::OS::move calls stdio ::rename which will only work on the local computer. We should add a sys::OS::copy and then, sys::OS::move should use that instead if the destination is not local to the machine.

@asylvest asylvest changed the title sys::OS::move does not work accross nfs sys::OS::move does not work across nfs May 4, 2016
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

No branches or pull requests

1 participant