Loading transfer_service/transfer_service.py +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ print("Transfer service is RUNNING...") time.sleep(10) print("Starting XRootD transfer test [remote-to-remote]...") process = client.CopyProcess() process.add_job(source = 'root://tape_frontend//home/centos/tape_frontend/aaa/1.txt', process.add_job(source = 'root://tape_frontend//home/tape_frontend/aaa/1.txt', target = 'root://transfer_node//home/transfer_node/data/1.txt', force = True ) process.prepare() Loading Loading
transfer_service/transfer_service.py +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ print("Transfer service is RUNNING...") time.sleep(10) print("Starting XRootD transfer test [remote-to-remote]...") process = client.CopyProcess() process.add_job(source = 'root://tape_frontend//home/centos/tape_frontend/aaa/1.txt', process.add_job(source = 'root://tape_frontend//home/tape_frontend/aaa/1.txt', target = 'root://transfer_node//home/transfer_node/data/1.txt', force = True ) process.prepare() Loading