We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux (will occur on any OS)
Minio storage should be adjustable.
Minio storage is fixed to 8 GB.
Build a lot of conda-store environments.
No response
Latest on main of qhub.
GCP
conda-store
The text was updated successfully, but these errors were encountered:
I see what you mean
API: SYSTEM() │ │ Time: 15:10:27 UTC 03/23/2022 │ │ DeploymentID: 3821c413-8fef-41a6-840f-03f13e295e87 │ │ Error: Storage reached its minimum free disk threshold. (cmd.StorageFull) │ │ 1: cmd/data-usage.go:56:cmd.storeDataUsageInBackend()
Sorry, something went wrong.
Hi @costrouc, it seems we can pass an existing PVC to Minio by https://github.com/minio/minio/blob/fb9b53026d33a35ba6180b415e6e2aa87c75203e/helm/minio/values.yaml#L140, if we create this PVC beforehand and claim it with dev/qhub-conda-store-minio we should be able to control the storage.
dev/qhub-conda-store-minio
This is why its using 8Gb, its using the default K8s PVC storage class
Successfully merging a pull request may close this issue.
OS system and architecture in which you are running QHub
Linux (will occur on any OS)
Expected behavior
Minio storage should be adjustable.
Actual behavior
Minio storage is fixed to 8 GB.
How to Reproduce the problem?
Build a lot of conda-store environments.
Command output
No response
Versions and dependencies used.
Latest on main of qhub.
Compute environment
GCP
Integrations
conda-store
Anything else?
No response
The text was updated successfully, but these errors were encountered: