Skip to content
Snippets Groups Projects
Commit 0754fd15 authored by Vladimir Bahyl's avatar Vladimir Bahyl
Browse files

XRD_STREAMTIMEOUT=600 # increased from 60s

XRD_TIMEOUTRESOLUTION=600   # increased from 15s
parent cd59ef8c
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,9 @@ if test $# -ne 3; then
exit -1
fi
export XRD_STREAMTIMEOUT=600 # increased from 60s
export XRD_TIMEOUTRESOLUTION=600 # increased from 15s
WF_TAG="$1"
FILE_PATH="$2"
TAPE_FS_ID="$3"
......
......@@ -2,9 +2,13 @@
EINVAL=22
ECANCELED=125
export XrdSecPROTOCOL=sss
export XrdSecSSSKT=/etc/ctafrontend_SSS_c.keytab
export XRD_STREAMTIMEOUT=600 # increased from 60s
export XRD_TIMEOUTRESOLUTION=600 # increased from 15s
if test $# -ne 5; then
echo "Wrong number of command-line arguments"
echo "Usage: delete_archive_file wf_tag rusername rgroupname archive_file_id file_path"
......
......@@ -2,9 +2,13 @@
EINVAL=22
ECANCELED=125
export XrdSecPROTOCOL=sss
export XrdSecSSSKT=/etc/ctafrontend_SSS_c.keytab
export XRD_STREAMTIMEOUT=600 # increased from 60s
export XRD_TIMEOUTRESOLUTION=600 # increased from 15s
if test $# -ne 9; then
echo "Wrong number of command-line arguments"
echo "Usage: retrieve_archive_file wf_tag rusername rgroupname archive_file_id turl disk_username disk_groupname metadata_base64 file_path"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment