Skip to content

Commit

Permalink
MGMT-4604 Fix scality ephemeral storage error (#633)
Browse files Browse the repository at this point in the history
Increase minikube disk allocation so that the VM
has enough space for minikube components and ephemeral storage.
  • Loading branch information
empovit authored Mar 25, 2021
1 parent 96136eb commit 00b303e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_minikube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function init_minikube() {
fi
done

minikube start --driver=kvm2 --memory=8192 --cpus=4 --profile=${PROFILE} --force --wait-timeout=15m0s
minikube start --driver=kvm2 --memory=8192 --cpus=4 --profile=${PROFILE} --force --wait-timeout=15m0s --disk-size=50g
}

if [ "${DEPLOY_TARGET}" != "minikube" ]; then
Expand Down

0 comments on commit 00b303e

Please sign in to comment.