OSC / ood-fileexplorer

[MOVED] The Open OnDemand File Explorer
https://osc.github.io/Open-OnDemand/
MIT License
4 stars 1 forks source link

Use rsync instead of copymitter for copy #208

Closed ericfranz closed 5 years ago

ericfranz commented 5 years ago

This commit includes an intentional regression in functionality, where progress of copy is no longer shared with the user.

A replacement of #197 and a less risky stepping stone to the preferred #202

ericfranz commented 5 years ago

This appears to solve the lustre problem. Errors are reported but are not that helpful. For example, this is the error I get when I try to copy a directory whose permissions are 000:

screen 2019-08-29 at 3 02 48 PM

With e8bd28eb6ad55c834e29b86aa6ca6beb3b0cbb98 we get a message like this:

screen 2019-08-29 at 3 28 58 PM

But the code to enable this is ugly and I have not thoroughly tested it. I'm assuming q is a valid argument for all versions of rsync too.