Skip to content
Snippets Groups Projects
Commit 00ebfc0b authored by Eric Cano's avatar Eric Cano Committed by Michael Davis
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 82694774
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment