Skip to content
New issue

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

[BUG] - Minio for Conda-Store needs some way of specifying storage #1182

Closed
costrouc opened this issue Mar 23, 2022 · 3 comments · Fixed by #1188
Closed

[BUG] - Minio for Conda-Store needs some way of specifying storage #1182

costrouc opened this issue Mar 23, 2022 · 3 comments · Fixed by #1188
Labels
type: bug 🐛 Something isn't working

Comments

@costrouc
Copy link
Member

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

@costrouc costrouc added the type: bug 🐛 Something isn't working label Mar 23, 2022
@viniciusdc
Copy link
Contributor

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()        

@viniciusdc
Copy link
Contributor

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.

@viniciusdc
Copy link
Contributor

This is why its using 8Gb, its using the default K8s PVC storage class
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug 🐛 Something isn't working
Projects
None yet
2 participants