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

Added wiping of eos directory when recreating buildtree environment.

If not, eos would refuse to use the space after finding the .eosfsid file.
parent 075711fc
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,7 @@ sudo kubectl create -f ./log_PV.yaml
sudo kubectl get persistentvolumes -l type=logs
echo Generating the stg persistent volume
rm -rf /shared/stg
mkdir -pv /shared/stg
sudo kubectl delete pv stg || true
sudo kubectl create -f ./stg_PV.yaml
......
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