Currently, I am not able to read and write files into Discovery Cluster.
The rsync
command will be pending forever. I cannot appreciate it more if you could help me solve the problem.
Hi,
We recommend using the -rlt
options instead of -a
which is a shortcut for --rlptgoD
. The -a
preserves permissions which can cause the infamous “disk quota exceeded” problem.
In regards to the problem you are reporting, it could be that you are transferring a large number of files and its taking a long time to generate the “incremental file list”. This Stack Overflow post deals with a similar issue. The resolution happened to be to use -rt
instead of -a
so it might be worth a try.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.