OSC / ood-fileexplorer

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

[WIP] use rsync instead of copymitter #197

Closed ericfranz closed 5 years ago

ericfranz commented 5 years ago

This failed to solve the problem.

ericfranz commented 5 years ago

https://discourse.osc.edu/t/directory-copy-and-paste-issue-with-lustre/171

ericfranz commented 5 years ago

Using this branch actually worked. We might want to clean up the comments and add progress display if the rsync module supports that like the copymitter did.

MorganRodgers commented 5 years ago

The best solution needs to preserve file modes / permissions etc.

ericfranz commented 5 years ago

Good idea to compare stat attributes of file prior to and after a copy using cp

MorganRodgers commented 5 years ago

I just tried upgrading copymitter and a simple yarn upgrade does not work.

ericfranz commented 5 years ago

I just tried upgrading copymitter and a simple yarn upgrade does not work.

How did you confirm? Do you have access to a Lustre file system? Or you ran into other problems?

MorganRodgers commented 5 years ago

Sorry, by "did not work" I meant to say that the dependency cannot be upgraded.

MorganRodgers commented 5 years ago

Given that this PR does not implement progress messages and #202 does, I think this should be closed. @ericfranz and @johrstrom thoughts?

ericfranz commented 5 years ago

closing as duplicate of #202

ericfranz commented 5 years ago

Closing as duplicate of https://github.com/OSC/ood-fileexplorer/pull/208