Skip to content
Snippets Groups Projects
Commit 632e0218 authored by Eric Cano's avatar Eric Cano
Browse files

Reinstated mistakely removed sleep between archive and retrieve.

Reduced the FST poll interval and the sleep timing as suggested by @jleduc and @smurray.
parent 514f62fc
Branches
Tags
No related merge requests found
......@@ -53,3 +53,5 @@ export EOS_TTY_BROADCAST_LISTEN_LOGFILE="/var/log/eos/mgm/xrdlog.mgm"
# define the log file regex you want to broad cast to all consoles
export EOS_TTY_BROACAST_EGREP="\"CRIT|ALERT|EMERG|PROGRESS\""
# define the fst delete rate
export EOS_FST_DELETE_QUERY_INTERVAL=5
......@@ -252,9 +252,9 @@ fi
echo "###"
echo "${TAPEONLY}/${ARCHIVED} on tape only"
echo "###"
#echo "Sleeping 400 seconds to allow MGM-FST communication to settle after disk copy deletion."
#sleep 400
#echo "###"
echo "Sleeping 10 seconds to allow MGM-FST communication to settle after disk copy deletion."
sleep 10
echo "###"
if [[ $TAPEAWAREGC == 1 ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment