Skip to content
Snippets Groups Projects
Commit 3f47aee0 authored by Julien Leduc's avatar Julien Leduc
Browse files

Fixing the fluctuations in the archived file count that are due to the...

Fixing the fluctuations in the archived file count that are due to the automatic deletion of disk replicas in the workflow.
parent 3b4387ff
Branches
Tags
No related merge requests found
......@@ -104,7 +104,7 @@ while test 0 != $(grep -c copied$ ${STATUS_FILE}); do
break
fi
echo "$(grep -c archived$ ${STATUS_FILE})/${NB_FILES} archived"
echo "$(egrep -c 'archived$|tapeonly' ${STATUS_FILE})/${NB_FILES} archived"
# generating EOS batch script
grep copied$ ${STATUS_FILE} | sed -e 's/ .*$//' | sed -e "s;^;file info ${EOS_DIR}/;" > ${EOS_BATCHFILE}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment