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

The files must be >100kB to fill 1 tape.

those were 15kB -> 150kB will be better...
parent 963861fe
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,6 @@ echo " Archiving file: xrdcp as user1"
echo " Retrieving it as poweruser1"
kubectl -n ${NAMESPACE} cp client_ar.sh client:/root/client_ar.sh
kubectl -n ${NAMESPACE} cp client_helper.sh client:/root/client_helper.sh
kubectl -n ${NAMESPACE} exec client -- bash /root/client_ar.sh -n 1000 -s 15 -p 10 -v || exit 1
kubectl -n ${NAMESPACE} exec client -- bash /root/client_ar.sh -n 1000 -s 150 -p 10 -v || exit 1
exit 0
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