Hi Elvin,
We have tested the 4.8.105 version and we are happy with all the tests we have run.We will push this version in to production tomorrow.
The main thing was that an attempt to copy via TPC a file that is not on disk resulted in the following (impressive looking) error
-bash-4.2$ gfal-copy --copy-mode pull https://antares-preprod.stfc.ac.uk:9000/eos/antarespreprodtier1/dteam/random_100MB https://webdav.echo.stfc.ac.uk:1094/dteam:scratch/random_100MB
Copying https://antares-preprod.stfc.ac.uk:9000/eos/antarespreprodtier1/dteam/random_100MB [FAILED] after 1s
gfal-copy error: 5 (Input/output error) - TRANSFER ERROR: Copy failed (3rd pull). Last attempt: Transfer failure: Remote side failed with status code 500; error message: " Error | CERN <!-- THIS IS THE DEFAULT FRAMEWORK CSS IT’S A BIT HEAVY FOR THIS DOCUMENT SO WE’LL CALL JUST THE STYLESHEETS WE NEED <link href=
and exit code 5 (instead of 0 which is good) and also no stub created in the destination
Just to report (as a minor issue for EOS 5 rather then EOS 4) that a stub is created if a direct (instead of TPC) webdav transfer of an unstaged file is attempted
bash-4.2$ gfal-copy https://antares-preprod.stfc.ac.uk:9000/eos/antarespreprodtier1/dteam/random_300MB .
Copying https://antares-preprod.stfc.ac.uk:9000/eos/antarespreprodtier1/dteam/random_300MB [FAILED] after 0s
gfal-copy error: 5 (Input/output error) - Result HTTP 500 : Unexpected server error: 500 , while readding after 1 attempts
-bash-4.2$ ls -lrt random_300MB
-rwxr-xr-x 1 georgep esc 0 Sep 13 16:20 random_300MB
George