Skip to content
Snippets Groups Projects
Commit a73d3abd 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 00be1da2
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment