move requests creating failed with a list of 200K files #7393
-
There is a use case in JUNO to move data from disk to tape in large scale. I tried with dirac-dms-create-moving-request, but it looks like it doesn't work with too large data more than 200K files. "dirac-dms-create-moving-request xxx.txt --List prd109.txt -S IHEP-JUNOEOS -T IHEP-TAPE -X Any better solutions? or methods to avoid these bottleneck? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Split the txt file. |
Beta Was this translation helpful? Give feedback.
-
OK, thanks. This is the way we are using now. I am wondering there is a way just in one step. |
Beta Was this translation helpful? Give feedback.
Split the txt file.
https://stackoverflow.com/a/2016923